@bugbug-io/sdk
    Preparing search index...

    Interface CreateVariableRequest

    interface CreateVariableRequest {
        key: string;
        value?: string | null;
        type: "value" | "evaluate";
        isSecret: boolean;
        description?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string
    value?: string | null
    type: "value" | "evaluate"
    isSecret: boolean
    description?: string | null