MCPcopy Create free account
hub / github.com/baiwumm/react-admin /

Class

Xmw_server/src/models/xmw_user.model.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28@Table({ tableName: 'xmw_user' })
29export class XmwUser
30 extends Model<UserAttributes, UserAttributes>
31 implements UserAttributes {
32 @IsUUID(4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected