Skip to main content

Type Alias: FilesInfoResponse

type FilesInfoResponse: WebAPICallResult & object;

Type declaration

comments?

optional comments: Comment[];

content?

optional content: string;

content_highlight_css?

optional content_highlight_css: string;

content_highlight_html?

optional content_highlight_html: string;

content_highlight_html_truncated?

optional content_highlight_html_truncated: boolean;

error?

optional error: string;

file?

optional file: File;

is_truncated?

optional is_truncated: boolean;

needed?

optional needed: string;

ok?

optional ok: boolean;

paging?

optional paging: Paging;

provided?

optional provided: string;

Defined in

packages/web-api/src/types/response/FilesInfoResponse.ts:12