export type DoctorAccountRecord = Record<string, unknown>;
export type DoctorAllowFromEntry = string | number;
export type DoctorAllowFromList = DoctorAllowFromEntry[];
