export interface GetVerificationLevelConfigRequest {
    AccountId: number;
}
