modal
    Preparing search index...

    Type Alias EphemeralOptions

    Options for constructors that create a temporary, nameless object.

    type EphemeralOptions = {
        environment?: string;
    }
    Index

    Properties

    Properties

    environment?: string