mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 08:05:01 +00:00
Don't export SearchError
This commit is contained in:
parent
78d8617ed5
commit
55f5509705
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export enum SearchType {
|
|||
BanSearch,
|
||||
}
|
||||
|
||||
export class SearchError extends Error {}
|
||||
class SearchError extends Error {}
|
||||
|
||||
type MemberSearchParams = ArgsFromSignatureOrArray<typeof searchCmdSignature>;
|
||||
type BanSearchParams = ArgsFromSignatureOrArray<typeof banSearchSignature>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue