UNPKG

@signnow/api-client

Version:
12 lines (11 loc) 377 B
import { FreeformInvite } from './freeformInvite'; export interface DocumentGroupInfo { freeform_invite: FreeformInvite; document_group_id?: string | null; document_group_name?: string | null; invite_id?: string | null; invite_status?: string | null; state?: string | null; doc_count_in_group?: number | null; sign_as_merged?: boolean | null; }