@signnow/api-client
Version:
SignNow REST Service Wrapper
12 lines (11 loc) • 377 B
TypeScript
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;
}