@ssa-ui-kit/widgets
Version:
SSA UI Kit widgets
15 lines (14 loc) • 355 B
TypeScript
export declare const noControlOrdersData: {
id: number;
exchange: import("../BotsTable/components/Exchange/types").ExchangeType;
account: string;
botName: string;
botRun: string;
orderId: string;
status: boolean;
reason: string;
pair: string;
orderSize: string;
orderType: "SELL";
isDisabled: boolean;
}[];