export interface GetInstitutionalMemberSchemasRequest {
    member_type: number;
    country: string;
}
