Type Alias ContextualVariable

ContextualVariable: {
    description: string;
    is_custom: boolean;
    name: string;
    value: string;
}