@layerland/database-schemas
v2.7.0
Published
Shared MongoDB schema definitions for Layer Land
Downloads
1,438
Readme
@layerland/database-schemas
Shared MongoDB schema definitions for the Layer Land project. Published as @layerland/database-schemas and consumed by multiple services.
Usage
import { UserSchema, MaterialSchema } from '@layerland/database-schemas'
import type { IUser, IMaterial } from '@layerland/database-schemas'