@infrasoftbe/vnv-sdk
    Preparing search index...

    Interface IStructureInitOptions

    interface IStructureInitOptions {
        create_dt: number;
        id: string;
        meta?: { children: IStructureChild[]; description: string };
        name: string;
        token: string;
        type: string;
        update_dt: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    create_dt: number
    id: string
    meta?: { children: IStructureChild[]; description: string }
    name: string
    token: string
    type: string
    update_dt: number