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

    Interface AttributeDescription

    src/types/AttributeDescription.ts

    interface AttributeDescription {
        attributeid: string;
        created: string;
        deleted: "0" | "1";
        description: string;
        id: string;
        resourceprofile_typeid: string;
        updated: string;
    }
    Index

    Properties

    attributeid: string
    created: string
    deleted: "0" | "1"
    description: string
    id: string
    resourceprofile_typeid: string
    updated: string