@wearesage/schema
    Preparing search index...

    Type Alias TimestampOptions

    type TimestampOptions = {
        onCreate?: boolean;
        onUpdate?: boolean;
        precision?: "milliseconds" | "seconds";
    }
    Index

    Properties

    onCreate?: boolean
    onUpdate?: boolean
    precision?: "milliseconds" | "seconds"