Type Alias WorkspaceVariableResponse
WorkspaceVariableResponse: {
createdAt: string;
description: string;
mandate: boolean;
name: string;
source: string;
value?: string;
}
Type declaration
createdAt: string
description: string
mandate: boolean
name: string
source: string
Optionalvalue?: string
Workspace variable creation data