25a66b060c
Jenkins Production Deployment
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>
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
export interface RouteRating {
|
|
rating_id: number;
|
|
route_id: string;
|
|
stars: number;
|
|
timestamp: Date;
|
|
}
|