Skip to main content

Attachment

Represents an attachment associated with a comment in Todoist.

See

https://developer.todoist.com/sync/v9/#file-attachments

Extends

  • TypeOf<typeof AttachmentSchema>

Properties

PropertyType
fileDuration?null | number
fileName?null | string
fileSize?null | number
fileType?null | string
fileUrl?null | string
image?null | string
imageHeight?null | number
imageWidth?null | number
resourceTypestring
title?null | string
uploadState?null | "pending" | "completed"
url?null | string