export type VariableCreate = {
    name: string;
    value: string;
    tags?: string[];
};
