[TS] Add definition for findByStoreName
This commit is contained in:
parent
421f7603cf
commit
b0df91db7a
1 changed files with 1 additions and 0 deletions
1
src/def.d.ts
vendored
1
src/def.d.ts
vendored
|
@ -211,6 +211,7 @@ interface VendettaObject {
|
|||
findByPropsAll: PropsFinderAll;
|
||||
findByDisplayName: (name: string, defaultExp?: boolean) => any;
|
||||
findByDisplayNameAll: (name: string, defaultExp?: boolean) => any[];
|
||||
findByStoreName: (storeName: string) => any;
|
||||
common: {
|
||||
constants: PropIntellisense<"API_HOST">;
|
||||
channels: PropIntellisense<"getVoiceChannelId">;
|
||||
|
|
Loading…
Reference in a new issue