UNPKG

ontimize-web-ngx

Version:
5 lines (4 loc) 111 B
export type OMatErrorType = 'standard' | 'lite'; export type OMatErrorOptions = { type?: OMatErrorType; };