mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Don't export SearchError
This commit is contained in:
parent
954c88bee2
commit
9bb72e0ffd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export enum SearchType {
|
||||||
BanSearch,
|
BanSearch,
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SearchError extends Error {}
|
class SearchError extends Error {}
|
||||||
|
|
||||||
type MemberSearchParams = ArgsFromSignatureOrArray<typeof searchCmdSignature>;
|
type MemberSearchParams = ArgsFromSignatureOrArray<typeof searchCmdSignature>;
|
||||||
type BanSearchParams = ArgsFromSignatureOrArray<typeof banSearchSignature>;
|
type BanSearchParams = ArgsFromSignatureOrArray<typeof banSearchSignature>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue