UNPKG

@signnow/api-client

Version:
11 lines (10 loc) 207 B
export interface Folder { id: string; user_id: string; name: string; created: string; shared: boolean; document_count: string; template_count: string; folder_count: string; }