basic ad entity without direction

This commit is contained in:
sbriat
2023-08-18 12:47:51 +02:00
parent ce48890a66
commit db13f4d87e
47 changed files with 1122 additions and 88 deletions

View File

@@ -13,7 +13,6 @@ import { AdMapper } from '../ad.mapper';
export type AdBaseModel = {
uuid: string;
userUuid: string;
driver: boolean;
passenger: boolean;
frequency: string;