@karmaniverous/get-dotenv
    Preparing search index...

    Interface DotenvProvenanceEntryBase

    Base shape for all provenance entries.

    interface DotenvProvenanceEntryBase {
        kind: DotenvProvenanceKind;
        op: DotenvProvenanceOp;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The kind of provenance entry.

    The operation applied at this layer.