mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
♻️ add type
This commit is contained in:
@@ -873,3 +873,4 @@ export type LicenseKey = InferSelectModel<typeof licenseKey>;
|
|||||||
export type SecurityKey = InferSelectModel<typeof securityKeys>;
|
export type SecurityKey = InferSelectModel<typeof securityKeys>;
|
||||||
export type WebauthnChallenge = InferSelectModel<typeof webauthnChallenge>;
|
export type WebauthnChallenge = InferSelectModel<typeof webauthnChallenge>;
|
||||||
export type RequestAuditLog = InferSelectModel<typeof requestAuditLog>;
|
export type RequestAuditLog = InferSelectModel<typeof requestAuditLog>;
|
||||||
|
export type OrgAuthPage = InferSelectModel<typeof orgAuthPages>;
|
||||||
|
|||||||
Reference in New Issue
Block a user