feat(interfaces): ✨ Db - Rent
This commit is contained in:
parent
032ecc764a
commit
9cc6ce1275
11
src/interfaces/database/IDbRent.ts
Normal file
11
src/interfaces/database/IDbRent.ts
Normal file
@ -0,0 +1,11 @@
|
||||
export interface IDbRent {
|
||||
vehicle_id: string;
|
||||
user_id: string;
|
||||
active: boolean;
|
||||
iat: Date;
|
||||
eat: Date;
|
||||
need_survey: boolean;
|
||||
km_at_start: number
|
||||
}
|
||||
|
||||
export default IDbRent;
|
Loading…
x
Reference in New Issue
Block a user