﻿
export interface IApiKeyPermissionsDto {
    account: boolean;
    trade: boolean;
}
