export type AttachmentCreateFromUrl = { /** * The name of the file to upload. */ name: string; /** * The URL of the file to upload. */ url: string; };