import type { STAFF_TYPES } from '@medipass/utils/constants'; export interface ProviderNumberType { code: string; created: string; displayName: string; fullName: string; funderIds: string[]; modified: string; staffType: typeof STAFF_TYPES[keyof typeof STAFF_TYPES]; _id: string; }