UNPKG

@signnow/api-client

Version:
14 lines (13 loc) 325 B
export interface EnumerationOption { id: string; page_number: string | null; width: string | null; height: string | null; created: number; enumeration_id?: string | null; user_id?: string | null; data?: string | null; email?: string | null; x?: string | null; y?: string | null; }