Member Junction
    Preparing search index...

    Complete output from the generator

    interface GeneratedActionMetadata {
        ActionRecords: ActionRecord[];
        CategoryRecords: CategoryRecord[];
        SyncConfig: Record<string, unknown>;
    }
    Index

    Properties

    ActionRecords: ActionRecord[]

    The action records JSON (array of ActionRecord)

    CategoryRecords: CategoryRecord[]

    Category records to emit (empty if CreateCategory is false or not configured)

    SyncConfig: Record<string, unknown>

    The .mj-sync.json configuration file content