UNPKG
tsgoose
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
TypeScript decorators for Mongoose
github.com/troyanskiy/tsgoose
troyanskiy/tsgoose
tsgoose
/
src
/
TSGooseSchemaOptions.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
import
{
SchemaOptions
}
from
'mongoose'
;
export
declare
function
TSGooseSchemaOptions
(
options
:
SchemaOptions
):
(
target
:
any
) =>
any
;