linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias EnvPatchBody

    type EnvPatchBody = {
        key: string;
        value: string;
    }
    Index
    key: string
    value: string