mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 10:18:34 +02:00
Implement setup task for worker admin environment and add new database schema and snapshot files
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user