CreateAttachmentUrlParams: {
    itemId: number;
} & Pick<AttachmentUrlDTO, "subject" | "description" | "url">

Type declaration

  • itemId: number