UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 231 B
import { ICustomVariable } from '../interfaces'; export declare class CustomVariableEntity implements ICustomVariable { name: string; value: string | Date | boolean; constructor(data?: Partial<CustomVariableEntity>); }