Co-authored-by: Patrick Mueller <patrick@mueller-patrick.tech> Reviewed-on: #16 Co-authored-by: Patrick Müller <patrick@plutodev.de> Co-committed-by: Patrick Müller <patrick@plutodev.de>
This commit was merged in pull request #16.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface RouteComment {
|
||||
comment_id: number;
|
||||
route_id: string;
|
||||
comment: string;
|
||||
timestamp: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user