MCPcopy Create free account
hub / github.com/dipscope/TypeManager.TS / Message

Class Message

spec/type-manager.spec.ts:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28@Type()
29class Message
30{
31 @Property(() => String, { serializer: new MessageBodySerializer() }) public body?: string;
32 @Property(() => String, { alias: 'label'}) public title?: string;
33 @Property(() => User) public user?: User;
34 @Property(() => Array, [() => Group]) public groups?: Group[];
35}
36
37@Type()
38class Group

Callers

nothing calls this directly

Calls 2

TypeFunction · 0.90
PropertyFunction · 0.90

Tested by

no test coverage detected