export interface GetAccountInfoRequest {
    AccountId?: number;
}
