code: tsx,tenant,nextjs (1 files)

This commit is contained in:
Richard Ward
2025-12-30 23:05:49 +00:00
parent 170b58cacb
commit 49908089d7

View File

@@ -20,6 +20,8 @@ interface PackageInfo {
id: string
name?: string
minLevel?: number
/** Whether this package can own routes (true) or is dependency-only (false) */
primary?: boolean
}
interface TenantContextValue {