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

    Interface ResourceAttachment

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

    Properties

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