UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 171 B
import { ECustomVariables } from "../enums/custom-var.enum"; export interface ICustomVariable { name: ECustomVariables | string; value: string | Date | boolean; }