diff --git a/apps/infoalloggi/src/schemas/public/Annunci.ts b/apps/infoalloggi/src/schemas/public/Annunci.ts index 86cbe17..2d520a5 100644 --- a/apps/infoalloggi/src/schemas/public/Annunci.ts +++ b/apps/infoalloggi/src/schemas/public/Annunci.ts @@ -106,6 +106,12 @@ export default interface AnnunciTable { consegna: ColumnType; og_url: ColumnType; + + disponibile_da: ColumnType; + + permanenza: ColumnType; + + persone: ColumnType; } export type Annunci = Selectable;