Type Alias EditVariable

EditVariable: {
    description?: string;
    is_secret?: boolean;
    path?: string;
    value?: string;
}