MCPcopy Create free account
hub / github.com/Writesonic/GPTRouter /

Class

src/models/User.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8@Entity()
9export class User extends BaseEntity {
10 @PrimaryGeneratedColumn("uuid")
11 id: string;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected