All the channel approval

This commit is contained in:
2026-04-12 13:47:27 +02:00
parent 1edb5785e3
commit dbfa7560cf
9 changed files with 329 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ export interface PiecedTenantSpec {
plan?: string;
packages?: string[];
workspaceFiles?: Record<string, string>;
channelUsers?: Record<string, string[]>;
suspend?: boolean;
}