mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
add missing hostmeta export for PG schema
This commit is contained in:
@@ -648,3 +648,4 @@ export type UserClient = InferSelectModel<typeof userClients>;
|
|||||||
export type RoleClient = InferSelectModel<typeof roleClients>;
|
export type RoleClient = InferSelectModel<typeof roleClients>;
|
||||||
export type OrgDomains = InferSelectModel<typeof orgDomains>;
|
export type OrgDomains = InferSelectModel<typeof orgDomains>;
|
||||||
export type SetupToken = InferSelectModel<typeof setupTokens>;
|
export type SetupToken = InferSelectModel<typeof setupTokens>;
|
||||||
|
export type HostMeta = InferSelectModel<typeof hostMeta>;
|
||||||
|
|||||||
Reference in New Issue
Block a user