mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
add missing hostmeta export for PG schema
This commit is contained in:
parent
67ba225003
commit
b56db41d0b
1 changed files with 1 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue