@shadmanZero/tenantos-api
    Preparing search index...

    Interface InventoryComponent

    interface InventoryComponent {
        componentname: string;
        created_at?: string;
        customfields: readonly CustomField[];
        customfieldsRelations?: readonly number[];
        description: string;
        groupname: string;
        id: number;
        notdeletable?: number;
        updated_at?: string;
        valueType: string;
    }
    Index

    Properties

    componentname: string
    created_at?: string
    customfields: readonly CustomField[]
    customfieldsRelations?: readonly number[]
    description: string
    groupname: string
    id: number
    notdeletable?: number
    updated_at?: string
    valueType: string