export interface ScreenMembersOnPhoneIdentifierEnrollment extends ScreenMembers { data: { phone?: 'string'; messageType?: 'text' | 'voice'; } | null; editIdentifierLink: string | null; }
Was this page helpful?