Initial pass at rules

This commit is contained in:
Owen
2025-02-06 21:42:18 -05:00
parent b92639647a
commit 2f49be69fe
2 changed files with 52 additions and 0 deletions

View File

@@ -414,3 +414,4 @@ export type ResourceOtp = InferSelectModel<typeof resourceOtp>;
export type ResourceAccessToken = InferSelectModel<typeof resourceAccessToken>;
export type ResourceWhitelist = InferSelectModel<typeof resourceWhitelist>;
export type VersionMigration = InferSelectModel<typeof versionMigrations>;
export type BadgerRule = InferSelectModel<typeof badgerRules>;