export interface ExportableVariable {
    id: string;
    key: string;
    type: string;
    value: string;
    projectId?: string;
}
