infoalloggi-monorepo/apps/infoalloggi/src/schemas/public/PublicSchema.ts

78 lines
2.4 KiB
TypeScript
Raw Normal View History

2025-08-04 17:45:44 +02:00
// @generated
// This file is automatically generated by Kanel. Do not modify manually.
2025-08-29 16:18:32 +02:00
import type { default as AnnunciTable } from "./Annunci";
import type { default as BanlistTable } from "./Banlist";
import type { default as BannersTable } from "./Banners";
import type { default as ChatsTable } from "./Chats";
import type { default as ChatsEtichetteTable } from "./ChatsEtichette";
import type { default as EmailsTable } from "./Emails";
import type { default as EtichetteTable } from "./Etichette";
import type { default as EventQueueTable } from "./EventQueue";
import type { default as FlagsTable } from "./Flags";
import type { default as MessagesTable } from "./Messages";
import type { default as MiogestImagesRefTable } from "./MiogestImagesRef";
import type { default as OrdiniTable } from "./Ordini";
import type { default as PaymentsTable } from "./Payments";
import type { default as PrezziarioTable } from "./Prezziario";
import type { default as RatelimiterTable } from "./Ratelimiter";
import type { default as ServizioTable } from "./Servizio";
import type { default as ServizioAnnunciTable } from "./ServizioAnnunci";
import type { default as ServizioInteressiTable } from "./ServizioInteressi";
import type { default as StorageindexTable } from "./Storageindex";
import type { default as TempTokensTable } from "./TempTokens";
import type { default as TestiEStringheTable } from "./TestiEStringhe";
import type { default as UsersTable } from "./Users";
import type { default as UsersAnagraficaTable } from "./UsersAnagrafica";
import type { default as UsersStorageTable } from "./UsersStorage";
2025-08-04 17:45:44 +02:00
export default interface PublicSchema {
2025-08-29 16:18:32 +02:00
servizio_interessi: ServizioInteressiTable;
2025-08-29 16:18:32 +02:00
flags: FlagsTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
annunci: AnnunciTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
users: UsersTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
chats_etichette: ChatsEtichetteTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
testi_e_stringhe: TestiEStringheTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
users_storage: UsersStorageTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
servizio_annunci: ServizioAnnunciTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
emails: EmailsTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
payments: PaymentsTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
miogest_images_ref: MiogestImagesRefTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
temp_tokens: TempTokensTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
event_queue: EventQueueTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
ordini: OrdiniTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
prezziario: PrezziarioTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
ratelimiter: RatelimiterTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
chats: ChatsTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
etichette: EtichetteTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
storageindex: StorageindexTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
messages: MessagesTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
users_anagrafica: UsersAnagraficaTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
banlist: BanlistTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
banners: BannersTable;
2025-08-04 17:45:44 +02:00
2025-08-29 16:18:32 +02:00
servizio: ServizioTable;
2025-08-04 17:45:44 +02:00
}