interface Variable {
    isSecret?: boolean;
    value?: string;
}

Properties

Properties

isSecret?: boolean
value?: string