Attachment
type Attachment = {
fileDuration?: number | null;
fileName?: string | null;
fileSize?: number | null;
fileType?: string | null;
fileUrl?: string | null;
image?: string | null;
imageHeight?: number | null;
imageWidth?: number | null;
resourceType: string;
title?: string | null;
uploadState?: "completed" | "pending" | null;
url?: string | null;
};
Represents a file attachment in a comment.
Type Declaration
See
https://developer.todoist.com/api/v1/#tag/Sync/Comments/File-Attachments