@signnow/api-client
Version:
SignNow REST Service Wrapper
17 lines (16 loc) • 386 B
TypeScript
export interface Attachment {
id: string;
user_id: string;
page_number: string;
width: string;
height: string;
x: string;
y: string;
created: string;
line_height?: string | null;
original_attachment_name?: string | null;
filename?: string | null;
file_type?: string | null;
mime_type?: string | null;
file_size?: string | null;
}