[TS] findByDisplayName default export is optional
This commit is contained in:
parent
09f4c37e94
commit
9e34b8c1f3
1 changed files with 2 additions and 2 deletions
4
src/def.d.ts
vendored
4
src/def.d.ts
vendored
|
@ -209,8 +209,8 @@ interface VendettaObject {
|
||||||
metro: {
|
metro: {
|
||||||
findByProps: PropsFinder;
|
findByProps: PropsFinder;
|
||||||
findByPropsAll: PropsFinderAll;
|
findByPropsAll: PropsFinderAll;
|
||||||
findByDisplayName: (name: string, defaultExp: boolean) => any;
|
findByDisplayName: (name: string, defaultExp?: boolean) => any;
|
||||||
findByDisplayNameAll: (name: string, defaultExp: boolean) => any[];
|
findByDisplayNameAll: (name: string, defaultExp?: boolean) => any[];
|
||||||
common: {
|
common: {
|
||||||
constants: PropIntellisense<"API_HOST">;
|
constants: PropIntellisense<"API_HOST">;
|
||||||
channels: PropIntellisense<"getVoiceChannelId">;
|
channels: PropIntellisense<"getVoiceChannelId">;
|
||||||
|
|
Loading…
Reference in a new issue