MCPcopy
hub / github.com/firebase/codelab-friendlychat-web / TravelObject

Class TravelObject

webframework/src/app/models/travel.model.ts:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export class TravelObject implements Travel {
40 id!: string;
41 startDate!: Timestamp;
42 endDate!: Timestamp;
43 isPublic: boolean = false;
44 userId!: String
45 title: string = '';
46}
47
48export class StopObject implements Stop {
49 id!: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected