interface File {
    attached_to_doctype?: string;
    attached_to_field?: string;
    attached_to_name?: string;
    column_break_10?: void;
    column_break_5?: void;
    column_break_7jmm?: void;
    content_hash?: string;
    file_name?: string;
    file_size?: number;
    file_type?: string;
    file_url?: string;
    folder?: string;
    is_attachments_folder?: boolean;
    is_folder?: boolean;
    is_home_folder?: boolean;
    is_private?: boolean;
    name: string;
    old_parent?: string;
    preview?: void;
    preview_html?: string;
    section_break_5?: void;
    section_break_8?: void;
    thumbnail_url?: string;
    uploaded_to_dropbox?: boolean;
    uploaded_to_google_drive?: boolean;
}

Properties

attached_to_doctype?: string
attached_to_field?: string
attached_to_name?: string
column_break_10?: void
column_break_5?: void
column_break_7jmm?: void
content_hash?: string
file_name?: string
file_size?: number
file_type?: string
file_url?: string
folder?: string
is_attachments_folder?: boolean
is_folder?: boolean
is_home_folder?: boolean
is_private?: boolean
name: string
old_parent?: string
preview?: void
preview_html?: string
section_break_5?: void
section_break_8?: void
thumbnail_url?: string
uploaded_to_dropbox?: boolean
uploaded_to_google_drive?: boolean