export type VariableEdit = {
  name?: string | null,
  value: string,
  tags?: string[] | null,
}
