MCPcopy Create free account
hub / github.com/chainjet/platform /

Class

apps/api/src/user-database/entities/user-database.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16@Authorize<UserDatabase>(UserDatabaseAuthorizer)
17@Index({ owner: 1, key: 1 }, { unique: true })
18export class UserDatabase extends BaseEntity {
19 @prop({ ref: User, required: true })
20 readonly owner!: Reference<User>
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected