useresponse
    Preparing search index...

    Interface Attachment

    interface Attachment {
        directUrl?: string;
        icon?: string;
        id?: number;
        name?: AttachmentName;
        url?: string;
    }
    Index

    Properties

    directUrl?: string
    icon?: string
    id?: number
    name?: AttachmentName
    url?: string