Implement setup task for worker admin environment and add new database schema and snapshot files

This commit is contained in:
Nikita
2025-12-24 16:31:01 -08:00
parent 26fa0b0ec9
commit cf4a43779e
19 changed files with 3015 additions and 89 deletions

View File

@@ -1,4 +1,11 @@
import type { BillingWithChecks, Price, UsageMeter, Product } from "@flowglad/server"
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type BillingWithChecks = any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type Price = any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type UsageMeter = any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type Product = any
/**
* Computes the total usage credits for a given usage meter slug from the current subscription's feature items.