gespenst API - v0.1.0
    Preparing search index...

    Interface SerializeOptions

    Options used when creating a serialized snapshot.

    interface SerializeOptions {
        createdAt?: Date;
    }
    Index
    createdAt?: Date

    Timestamp to embed; defaults to the current time.