Taos API Reference
    Preparing search index...

    Interface PackGroupsDoc

    The serialized packs.json.

    interface PackGroupsDoc {
        schema: number;
        groups: PackGroupDoc[];
    }
    Index

    Properties

    Properties

    schema: number
    groups: PackGroupDoc[]