export interface IApiKeyPermissions {
    account: boolean;
    trade: boolean;
}
