interface TaskAttachment {
    _links?: any;
    createdOn?: Date;
    lastChangedBy?: string;
    lastChangedOn?: Date;
    name?: string;
    recordId?: string;
    timelineId?: string;
    type?: string;
}

Properties

_links?: any
createdOn?: Date
lastChangedBy?: string
lastChangedOn?: Date
name?: string
recordId?: string
timelineId?: string
type?: string