UNPKG

@ledgerhq/live-common

Version:
19 lines 479 B
type Arg = Partial<{ filter: Partial<{ currencies: string[]; families: string[]; mutation: string; features: string[]; }>; disabled: Partial<{ currencies: string[]; families: string[]; }>; }>; export declare function getSpecs({ disabled, filter }: { disabled: any; filter: any; }): any[]; export declare function bot({ disabled, filter }?: Arg): Promise<void>; export {}; //# sourceMappingURL=index.d.ts.map