add freeze subscription

This commit is contained in:
2026-01-18 12:34:19 -03:00
parent 3f0f7ec1e1
commit ae348377a5
10 changed files with 102 additions and 40 deletions

View File

@@ -5,4 +5,5 @@ export type Org = {
name: string
email: string
cnpj?: string
subscription_covered?: boolean
}