export type ConfigSchema = { name: string type: string } export type SandboxProvider = { provider_type: string is_system_configured: boolean is_tenant_configured: boolean is_active: boolean config: Record config_schema: ConfigSchema[] }