UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

3 lines 241 B
declare const toInterfaceType: (type: any) => "object" | "boolean" | "Date" | "number" | "string" | "Mongoose.Types.ObjectId" | "Array<Mongoose.Types.ObjectId>"; export default toInterfaceType; //# sourceMappingURL=to-interface-type.d.ts.map