Logos DX
    Preparing search index...

    Type Alias MachineOptions

    type MachineOptions = {
        persistence?: { adapter: StorageAdapter; key: string };
    }
    Index

    Properties

    Properties

    persistence?: { adapter: StorageAdapter; key: string }