@theredspace/spp-client
    Preparing search index...

    Interface ResourceAttachment

    interface ResourceAttachment {
        attachment_id: string;
        created: DateContainer;
        id: string;
        latest_attachment_id: string;
        type: string;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    attachment_id: string
    created: DateContainer
    id: string
    latest_attachment_id: string
    type: string
    updated: DateContainer
    userid: string