WorkspaceVariableResponse: {
    createdAt: string;
    description: string;
    mandate: boolean;
    name: string;
    source: string;
    value?: string;
}

Type declaration

  • createdAt: string

    Workspace variable creation data

  • description: string

    Workspace variable description.

  • mandate: boolean

    Workspace variable mandate flag.

  • name: string

    Workspace variable name.

  • source: string

    Variable value source.

  • Optionalvalue?: string

    Workspace variable value.