WorkspaceVariableReadV1Response: {
    description: string;
    name: string;
    value: string;
}

Type declaration

  • description: string

    Workspace variable description.

  • name: string

    Workspace variable name.

  • value: string

    Workspace variable value.