export interface GetAccountFeesRequest {
    AccountId: number;
}
