XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias MemoryArchivistConfig<TConfig, TSchema>

    MemoryArchivistConfig: ArchivistConfig<
        WithAdditional<{ max?: number }, TConfig>,
        TSchema extends Schema
            ? TSchema
            : MemoryArchivistConfigSchema
            | ArchivistConfig["schema"],
    >

    Type Parameters