UNPKG

222 BTypeScriptView Raw
1import { BaseTypeOptions } from './base-type-options.interface';
2export interface TypeOptions extends BaseTypeOptions {
3 isArray?: boolean;
4 arrayDepth?: number;
5}
6//# sourceMappingURL=type-options.interface.d.ts.map
\No newline at end of file