UNPKG

cannoli-interfaces

Version:
12 lines (11 loc) 298 B
import { EDocType } from '../../general'; export interface ISubscriptionCustomerProfile { doc: string | null; docType: EDocType; id: string | null; imageUrl: string | null; name: string | null; email: string | null; phoneNumber: string | null; uid: string | null; }