UNPKG

free-fx

Version:

19 lines (18 loc) 443 B
export interface ISpecDatatypes { Name: string; BaseType?: string; Description: string; Example?: string; XML?: { BuiltIn: number; Base: string; MinInclusive?: number; Pattern?: string; Description?: string; Example?: string | string[]; }; added: string; addedEP?: number; issue?: string; } export declare const DATATYPES: ISpecDatatypes[];