Meldbase TypeScript API
    Preparing search index...

    Interface WireMutationSpec

    interface WireMutationSpec {
        operations: readonly WireMutationOperation[];
        version: 1;
    }
    Index
    operations: readonly WireMutationOperation[]
    version: 1