Attachment response

interface AttachmentResponse {
    id: string;
    isPublic: boolean;
    ownerId?: string;
    ownerType: string;
    type: string;
    url: string;
}

Hierarchy

Properties

id: string

attachment id

isPublic: boolean

is attachment public

ownerId?: string

owner id

ownerType: string

owner type, user, organization, product, etc

type: string

attachment type

url: string

attachment url

Generated using TypeDoc