Add ListValidNamePrefixes command to protocol
Some checks failed
Build and test / check (push) Has been cancelled
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled
Build and test / build (push) Has been cancelled
Build and test / check-license (push) Has been cancelled

This commit is contained in:
2025-12-16 10:13:28 +09:00
parent 912f0e8971
commit 891963f4bc
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1 @@
pub type ListValidNamePrefixesResponse = Vec<String>;