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

    Interface Attributeset

    src/types/Attributeset.ts

    interface Attributeset {
        created: string;
        id: string;
        name: string;
        notes: string;
        updated: string;
    }
    Index

    Properties

    created: string
    id: string
    name: string
    notes: string
    updated: string