@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 479 B
TypeScript
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