add missing hostmeta export for PG schema

This commit is contained in:
Pallavi 2025-08-15 21:23:07 +05:30
parent 67ba225003
commit b56db41d0b

View file

@ -648,3 +648,4 @@ export type UserClient = InferSelectModel<typeof userClients>;
export type RoleClient = InferSelectModel<typeof roleClients>;
export type OrgDomains = InferSelectModel<typeof orgDomains>;
export type SetupToken = InferSelectModel<typeof setupTokens>;
export type HostMeta = InferSelectModel<typeof hostMeta>;