UNPKG

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