Trevixal API
    Preparing search index...

    Interface AttachmentAttrs

    interface AttachmentAttrs {
        href: string;
        name: string;
        size?: number | null;
        storageKey?: string | null;
        type?: string | null;
        uploadId?: string | null;
    }
    Index
    href: string
    name: string
    size?: number | null
    storageKey?: string | null
    type?: string | null
    uploadId?: string | null