(orgId: string)
| 90 | } |
| 91 | |
| 92 | function orgEnterprise(orgId: string): SubRow { |
| 93 | return { id: 'sub-org-enterprise', referenceId: orgId, plan: 'enterprise', status: 'active' } |
| 94 | } |
| 95 | |
| 96 | function queue(table: 'subscription' | 'member' | 'organization', rows: unknown[]) { |
| 97 | resultsByTable[table].push(rows) |