Snapshot for
@system-core/core0.12.x. Current docs live at /.
platform
Generated Reference
Cross-cutting platform primitives for events, hooks, plugins, observability, policy, queueing, tenancy, and versioning. This page is generated from core/platform/index.ts against package version 0.12.0 on the 0.12 docs line.
Import
ts
import { createTypedEventBus, createHookRegistry, createPluginRegistry } from '@system-core/core/platform'Entry
| Field | Value |
|---|---|
| Import path | @system-core/core/platform |
| Package export | ./platform |
| Source entry | core/platform/index.ts |
| Exported symbols | 358 |
| Runtime file | ./dist/platform.js |
| Types file | ./dist/platform.d.ts |
Use This Surface When
- Use this when you need typed events, hook registries, or plugin primitives directly.
- Reach for platform APIs to extend the runtime without importing internal files.
- Treat platform as the owner of cross-cutting behavior rather than scattering extensions through app code.
Public Surface
Functions
| Export | Kind | Source |
|---|---|---|
_recordQueueAdapterFailure | function | core/platform/queue.ts |
applyAuditRedaction | function | core/platform/audit-policy.ts |
assertMigrationsCurrent | function | core/platform/migration-check.ts |
buildAuditErasurePlan | function | core/platform/audit-policy.ts |
buildErrorAttributes | function | core/platform/observability.ts |
buildSystemManifest | function | core/platform/system-manifest.ts |
classifyError | function | core/platform/errors/index.ts |
createAuditPlugin | function | core/platform/plugins.ts |
createBullMqQueue | function | core/platform/queue.ts |
createCapabilityManifest | function | core/platform/capabilities.ts |
createCapabilityManifestEntry | function | core/platform/capabilities.ts |
createCardinalityGuard | function | core/platform/cardinality-guard.ts |
createCircuitBreaker | function | core/platform/circuit-breaker.ts |
createCloudTasksHttpHandler | function | core/platform/queue.ts |
createCloudTasksQueue | function | core/platform/queue.ts |
createConsoleObservability | function | core/platform/observability.ts |
createEncryptedFieldsCodec | function | core/platform/secrets/codec.ts |
createEncryptedFieldsCodecFromEnv | function | core/platform/secrets/codec.ts |
createEnvSecretsProvider | function | core/platform/secrets/providers.ts |
createHealthRegistry | function | core/platform/health.ts |
createHookRegistry | function | core/platform/hooks.ts |
createInboundWebhookReceiver | function | core/platform/webhooks/receiver.ts |
createInboundWebhookRegistry | function | core/platform/webhooks/receiver.ts |
createInMemoryDeadLetterClassificationStore | function | core/platform/dlq-classification-store.ts |
createInMemorySecretsProvider | function | core/platform/secrets/providers.ts |
createInProcessQueue | function | core/platform/queue.ts |
createMemoryIdempotencyStore | function | core/platform/stores/memory.ts |
createMemoryKeyValueStore | function | core/platform/stores/memory.ts |
createOtelObservability | function | core/platform/observability.ts |
createOutboundWebhookDispatcher | function | core/platform/webhooks/dispatcher.ts |
createPgBossQueue | function | core/platform/queue.ts |
createPluginRegistry | function | core/platform/plugins.ts |
createPolicyRegistry | function | core/platform/policy.ts |
createPostgresDeadLetterClassificationStore | function | core/platform/postgres-dlq-classification-store.ts |
createPrismaIdempotencyStore | function | core/platform/stores/prisma.ts |
createPrismaMigrationStore | function | core/platform/versioning.ts |
createRedisDeadLetterClassificationStore | function | core/platform/redis-dlq-classification-store.ts |
createRedisIdempotencyStore | function | core/platform/stores/redis.ts |
createScheduler | function | core/platform/scheduler.ts |
createScopedDeps | function | core/platform/tenancy.ts |
createSearchPlugin | function | core/platform/plugins.ts |
createSqsQueue | function | core/platform/queue.ts |
createSweepScheduler | function | core/platform/sweep-scheduler.ts |
createTypedEventBus | function | core/platform/events.ts |
decodeKek | function | core/platform/secrets/codec.ts |
defineSharedPlugin | function | core/platform/plugins.ts |
encodeEnvKey | function | core/platform/secrets/providers.ts |
evaluateAuditRetention | function | core/platform/audit-policy.ts |
evaluateCredentialRotation | function | core/platform/credential-rotation.ts |
formatSSEEvent | function | core/platform/events.ts |
getAsyncLocalStorage | function | core/platform/tenancy.ts |
getCurrentBranch | function | core/platform/tenancy.ts |
getCurrentTenant | function | core/platform/tenancy.ts |
hmacSha256HexPlatform | function | core/platform/webhooks/crypto.ts |
inspectMigrations | function | core/platform/migration-check.ts |
installCapabilityPlugin | function | core/platform/plugins.ts |
installTenantMiddleware | function | core/platform/tenancy.ts |
isBaseError | function | core/logic/core/errors.ts |
isPlatformError | function | core/platform/errors/index.ts |
isSealedSecret | function | core/platform/secrets/codec.ts |
isValidWebhookUrl | function | core/platform/events.ts |
loadKeksFromEnv | function | core/platform/secrets/codec.ts |
migrationCheck | function | core/platform/migration-check.ts |
ownerOrAdmin | function | core/platform/policy.ts |
parseSSEEvent | function | core/platform/events.ts |
planKekRotation | function | core/platform/credential-rotation.ts |
prismaHealthCheck | function | core/platform/health.ts |
recordError | function | core/platform/observability.ts |
recordMigrationFailure | function | core/platform/versioning.ts |
recordProviderOperation | function | core/platform/provider-observability.ts |
requireBranch | function | core/platform/tenancy.ts |
requiresPermission | function | core/platform/policy.ts |
requireTenant | function | core/platform/tenancy.ts |
rollbackMigration | function | core/platform/versioning.ts |
runBootConformance | function | core/platform/boot-conformance.ts |
runCapabilityConformance | function | core/platform/capability-conformance.ts |
runMigrations | function | core/platform/versioning.ts |
runProviderConformance | function | core/platform/provider-conformance.ts |
runSchemaDriftDetection | function | core/platform/schema-drift.ts |
runTelemetryCoverage | function | core/platform/telemetry-coverage.ts |
runWithTenant | function | core/platform/tenancy.ts |
sameTenant | function | core/platform/policy.ts |
selectExpiredAuditEntries | function | core/platform/audit-policy.ts |
signWebhookPayload | function | core/platform/webhooks/crypto.ts |
summarizeCredentialRotation | function | core/platform/credential-rotation.ts |
sweepExpiredDeadLetterClassifications | function | core/platform/postgres-dlq-classification-store.ts |
timingSafeEqualHex | function | core/platform/webhooks/crypto.ts |
toBaseError | function | core/logic/core/errors.ts |
toPlatformError | function | core/platform/errors/index.ts |
validateBranchId | function | core/platform/tenancy.ts |
validateCapabilityApiPaths | function | core/platform/capabilities.ts |
validateCapabilityCrudRoutes | function | core/platform/capabilities.ts |
validateCapabilityPeerCapabilities | function | core/platform/capabilities.ts |
validateTenantId | function | core/platform/tenancy.ts |
verifyWebhookSignaturePlatform | function | core/platform/webhooks/crypto.ts |
withBranch | function | core/platform/tenancy.ts |
withProviderRetry | function | core/platform/provider-retry.ts |
Classs
| Export | Kind | Source |
|---|---|---|
BaseError | class | core/logic/core/errors.ts |
CircuitOpenError | class | core/platform/circuit-breaker.ts |
ConfigurationError | class | core/logic/core/errors.ts |
ConflictError | class | core/logic/core/errors.ts |
CsrfError | class | core/logic/core/errors.ts |
ForbiddenError | class | core/logic/core/errors.ts |
NotFoundError | class | core/logic/core/errors.ts |
RateLimitError | class | core/logic/core/errors.ts |
TokenExpiredError | class | core/logic/core/errors.ts |
UnauthorizedError | class | core/logic/core/errors.ts |
UpstreamError | class | core/logic/core/errors.ts |
ValidationError | class | core/logic/core/errors.ts |
Consts
| Export | Kind | Source |
|---|---|---|
allow | const | core/platform/policy.ts |
BRANCH_SCOPED_MODELS | const | core/platform/tenancy.ts |
CORE_VERSION | const | core/platform/versioning.ts |
CREDENTIAL_ROTATION_ACTIONS | const | core/platform/credential-rotation.ts |
DEFAULT_OUTBOUND_WEBHOOK_JOB_TYPE | const | core/platform/webhooks/dispatcher.ts |
DEFAULT_TIMEOUT_MS | const | core/platform/health.ts |
deny | const | core/platform/policy.ts |
globalHooks | const | core/platform/hooks.ts |
I18N_DEPS_EXTENSION_KEY | const | core/platform/plugins.ts |
nullObservability | const | core/platform/observability.ts |
POSTGRES_DLQ_CLASSIFICATION_DDL | const | core/platform/postgres-dlq-classification-store.ts |
RECOMMENDED_TIMEOUTS_MS | const | core/platform/health.ts |
TENANT_SCOPED_MODELS | const | core/platform/tenancy.ts |
UI_STRING_SEED_EXTENSION_KEY | const | core/platform/plugins.ts |
WEBHOOK_SIGNATURE_HEADER | const | core/platform/webhooks/crypto.ts |
Interfaces
| Export | Kind | Source |
|---|---|---|
AppCapability | interface | core/platform/capabilities.ts |
AppCapabilityAdminNavGroup | interface | core/platform/capabilities.ts |
AppCapabilityAdminNavItem | interface | core/platform/capabilities.ts |
AppCapabilityAdminPage | interface | core/platform/capabilities.ts |
AppCapabilityAdminSurface | interface | core/platform/capabilities.ts |
AppCapabilityApiRoute | interface | core/platform/capabilities.ts |
AppCapabilityApiSurface | interface | core/platform/capabilities.ts |
AppCapabilityCrudField | interface | core/platform/capabilities.ts |
AppCapabilityCrudResource | interface | core/platform/capabilities.ts |
AppCapabilityPrismaModel | interface | core/platform/capabilities.ts |
AppCapabilityPrismaSurface | interface | core/platform/capabilities.ts |
AppCapabilitySiteSection | interface | core/platform/capabilities.ts |
AppCapabilitySiteSurface | interface | core/platform/capabilities.ts |
AppCapabilityTelemetrySurface | interface | core/platform/capabilities.ts |
AppCapabilityTenancySurface | interface | core/platform/capabilities.ts |
AuditEntryLike | interface | core/platform/audit-policy.ts |
AuditErasurePlan | interface | core/platform/audit-policy.ts |
AuditErasurePlanItem | interface | core/platform/audit-policy.ts |
AuditPluginOptions | interface | core/platform/plugins.ts |
AuditRedactionPolicy | interface | core/platform/audit-policy.ts |
AuditRetentionDecision | interface | core/platform/audit-policy.ts |
AuditRetentionPolicy | interface | core/platform/audit-policy.ts |
BackgroundQueueAdapter | interface | core/platform/queue.ts |
BootConformanceHealthSource | interface | core/platform/boot-conformance.ts |
BootConformanceHookSource | interface | core/platform/boot-conformance.ts |
BootConformanceIssue | interface | core/platform/boot-conformance.ts |
BootConformancePluginSource | interface | core/platform/boot-conformance.ts |
BootConformancePolicySource | interface | core/platform/boot-conformance.ts |
BootConformanceReport | interface | core/platform/boot-conformance.ts |
BootConformanceTelemetryWiringSource | interface | core/platform/boot-conformance.ts |
BranchContext | interface | core/platform/tenancy.ts |
BuildSystemManifestInput | interface | core/platform/system-manifest.ts |
BuildSystemManifestSystemInput | interface | core/platform/system-manifest.ts |
BullMqQueueOptions | interface | core/platform/queue.ts |
CanChain | interface | core/platform/policy.ts |
CapabilityCredentialDeclaration | interface | core/platform/capabilities.ts |
CapabilityManifestApiRoute | interface | core/platform/capabilities.ts |
CapabilityManifestEntry | interface | core/platform/capabilities.ts |
CapabilityPluginExtension | interface | core/platform/plugins.ts |
CapabilityPluginOptions | interface | core/platform/plugins.ts |
CapabilityPublicConfig | interface | core/platform/capabilities.ts |
CardinalityGuardOptions | interface | core/platform/cardinality-guard.ts |
CardinalityViolation | interface | core/platform/cardinality-guard.ts |
CheckChain | interface | core/platform/policy.ts |
CircuitBreaker | interface | core/platform/circuit-breaker.ts |
CircuitBreakerOptions | interface | core/platform/circuit-breaker.ts |
CloudTasksQueueOptions | interface | core/platform/queue.ts |
ConformanceIssue | interface | core/platform/capability-conformance.ts |
ConformanceReport | interface | core/platform/capability-conformance.ts |
CorePluginContext | interface | core/platform/plugins.ts |
CreateInboundWebhookReceiverOptions | interface | core/platform/webhooks/receiver.ts |
CreateOutboundWebhookDispatcherOptions | interface | core/platform/webhooks/dispatcher.ts |
CredentialRotationAuditRecord | interface | core/platform/credential-rotation.ts |
CredentialRotationPolicy | interface | core/platform/credential-rotation.ts |
CredentialRotationRejectionRecord | interface | core/platform/credential-rotation.ts |
CredentialRotationState | interface | core/platform/credential-rotation.ts |
CredentialRotationSummary | interface | core/platform/credential-rotation.ts |
CredentialRotationTelemetryRecord | interface | core/platform/credential-rotation.ts |
CredentialRotationTransition | interface | core/platform/credential-rotation.ts |
DeadLetter | interface | core/platform/queue.ts |
DeadLetterClassification | interface | core/platform/dlq-classification-store.ts |
DeadLetterClassificationStore | interface | core/platform/dlq-classification-store.ts |
DeadLetterFilter | interface | core/platform/queue.ts |
DispatchResult | interface | core/platform/webhooks/dispatcher.ts |
EncryptedFieldsCodec | interface | core/platform/secrets/types.ts |
EnvSecretsProviderOptions | interface | core/platform/secrets/providers.ts |
ErrorClassification | interface | core/platform/errors/index.ts |
ErrorTaxonomyOptions | interface | core/logic/core/errors.ts |
EventPayloads | interface | core/platform/events.ts |
HealthCheck | interface | core/platform/health.ts |
HealthCheckResult | interface | core/platform/health.ts |
HealthRegistry | interface | core/platform/health.ts |
HealthRegistryOptions | interface | core/platform/health.ts |
HealthReport | interface | core/platform/health.ts |
HookEntry | interface | core/platform/hooks.ts |
HookRegistry | interface | core/platform/hooks.ts |
IdempotencyClaim | interface | core/platform/stores/types.ts |
IdempotencyRecord | interface | core/platform/stores/types.ts |
IdempotencyStore | interface | core/platform/stores/types.ts |
InboundReceiveResult | interface | core/platform/webhooks/receiver.ts |
InboundSecretResolver | interface | core/platform/webhooks/receiver.ts |
InboundWebhookEvent | interface | core/platform/webhooks/receiver.ts |
InboundWebhookHandler | interface | core/platform/webhooks/receiver.ts |
InboundWebhookReceiver | interface | core/platform/webhooks/receiver.ts |
InboundWebhookRegistry | interface | core/platform/webhooks/receiver.ts |
InMemoryDeadLetterClassificationStoreOptions | interface | core/platform/dlq-classification-store.ts |
InMemorySecretsProvider | interface | core/platform/secrets/providers.ts |
InMemorySecretsProviderOptions | interface | core/platform/secrets/providers.ts |
InProcessQueueOptions | interface | core/platform/queue.ts |
JobContext | interface | core/platform/queue.ts |
JobPayload | interface | core/platform/queue.ts |
KekEntry | interface | core/platform/secrets/types.ts |
KekRotationInput | interface | core/platform/credential-rotation.ts |
KekRotationPlan | interface | core/platform/credential-rotation.ts |
KeyValueStore | interface | core/platform/stores/types.ts |
LogContext | interface | core/platform/observability.ts |
MemoryStoreOptions | interface | core/platform/stores/memory.ts |
MetricOptions | interface | core/platform/observability.ts |
Migration | interface | core/platform/versioning.ts |
MigrationCheckOptions | interface | core/platform/migration-check.ts |
MigrationDeps | interface | core/platform/versioning.ts |
MigrationPrismaClient | interface | core/platform/versioning.ts |
MigrationRecord | interface | core/platform/versioning.ts |
MigrationReport | interface | core/platform/versioning.ts |
MigrationStatus | interface | core/platform/migration-check.ts |
MigrationStoreDeps | interface | core/platform/versioning.ts |
ObservabilityAdapter | interface | core/platform/observability.ts |
OnChain | interface | core/platform/policy.ts |
OtelDeps | interface | core/platform/observability.ts |
OutboundWebhookDispatcher | interface | core/platform/webhooks/dispatcher.ts |
OutboundWebhookEvent | interface | core/platform/webhooks/dispatcher.ts |
OutboundWebhookJobData | interface | core/platform/webhooks/dispatcher.ts |
OutboundWebhookQueueAdapter | interface | core/platform/webhooks/dispatcher.ts |
PgBossQueueOptions | interface | core/platform/queue.ts |
PgLikeClient | interface | core/platform/postgres-dlq-classification-store.ts |
PlatformError | interface | core/platform/errors/index.ts |
Plugin | interface | core/platform/plugins.ts |
PluginContext | interface | core/platform/plugins.ts |
PluginRegistry | interface | core/platform/plugins.ts |
PolicyContext | interface | core/platform/policy.ts |
PolicyDefinition | interface | core/platform/policy.ts |
PolicyRegistry | interface | core/platform/policy.ts |
PolicyUser | interface | core/platform/policy.ts |
PostgresDeadLetterClassificationStoreOptions | interface | core/platform/postgres-dlq-classification-store.ts |
PrismaIdempotencyDelegate | interface | core/platform/stores/prisma.ts |
PrismaIdempotencyRow | interface | core/platform/stores/prisma.ts |
PrismaIdempotencyStoreOptions | interface | core/platform/stores/prisma.ts |
PrismaMiddlewareParams | interface | core/platform/tenancy.ts |
ProviderConformanceIssue | interface | core/platform/provider-conformance.ts |
ProviderConformanceMinimalConfig | interface | core/platform/provider-conformance.ts |
ProviderConformanceReport | interface | core/platform/provider-conformance.ts |
ProviderConformanceTarget | interface | core/platform/provider-conformance.ts |
ProviderRetryContext | interface | core/platform/provider-retry.ts |
ProviderRetryPolicy | interface | core/platform/provider-retry.ts |
QueueAdapter | interface | core/platform/scheduler.ts |
RecordProviderOperationDescriptor | interface | core/platform/provider-observability.ts |
RedisDeadLetterClassificationStoreOptions | interface | core/platform/redis-dlq-classification-store.ts |
RedisIdempotencyStoreOptions | interface | core/platform/stores/redis.ts |
RedisLikeClient | interface | core/platform/stores/redis.ts |
RunBootConformanceInput | interface | core/platform/boot-conformance.ts |
RunBootConformanceOptions | interface | core/platform/boot-conformance.ts |
RunCapabilityConformanceOptions | interface | core/platform/capability-conformance.ts |
RunProviderConformanceOptions | interface | core/platform/provider-conformance.ts |
RunSchemaDriftDetectionInput | interface | core/platform/schema-drift.ts |
RunSchemaDriftDetectionOptions | interface | core/platform/schema-drift.ts |
RunTelemetryCoverageInput | interface | core/platform/telemetry-coverage.ts |
RunTelemetryCoverageOptions | interface | core/platform/telemetry-coverage.ts |
SchedulerController | interface | core/platform/scheduler.ts |
SchedulerOptions | interface | core/platform/scheduler.ts |
SchemaDriftIssue | interface | core/platform/schema-drift.ts |
SchemaDriftReport | interface | core/platform/schema-drift.ts |
SchemaDriftSurfaceSummary | interface | core/platform/schema-drift.ts |
ScopedKey | interface | core/platform/stores/types.ts |
SealedSecret | interface | core/platform/secrets/types.ts |
SearchPluginOptions | interface | core/platform/plugins.ts |
SecretRef | interface | core/platform/secrets/types.ts |
SecretsProvider | interface | core/platform/secrets/types.ts |
SecretValue | interface | core/platform/secrets/types.ts |
SharedPlugin | interface | core/platform/plugins.ts |
SpanOptions | interface | core/platform/observability.ts |
SqsQueueOptions | interface | core/platform/queue.ts |
StoppableStore | interface | core/platform/stores/memory.ts |
SweepSchedulerController | interface | core/platform/sweep-scheduler.ts |
SweepSchedulerOptions | interface | core/platform/sweep-scheduler.ts |
SystemManifest | interface | core/platform/system-manifest.ts |
SystemManifestCapability | interface | core/platform/system-manifest.ts |
SystemManifestCredential | interface | core/platform/system-manifest.ts |
SystemManifestHealthCheck | interface | core/platform/system-manifest.ts |
SystemManifestInboundWebhook | interface | core/platform/system-manifest.ts |
SystemManifestOutboundWebhook | interface | core/platform/system-manifest.ts |
SystemManifestPolicy | interface | core/platform/system-manifest.ts |
SystemManifestPrismaModel | interface | core/platform/system-manifest.ts |
SystemManifestQueue | interface | core/platform/system-manifest.ts |
SystemManifestRoute | interface | core/platform/system-manifest.ts |
SystemManifestWebhooks | interface | core/platform/system-manifest.ts |
SystemSSEEvent | interface | core/platform/events.ts |
TelemetryCoverageGap | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageIssue | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageProviderEntry | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageQueueEntry | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageReport | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageSubsystemEntry | interface | core/platform/telemetry-coverage.ts |
TelemetryCoverageSubsystemSummary | interface | core/platform/telemetry-coverage.ts |
TenantContext | interface | core/platform/tenancy.ts |
TypedEventBus | interface | core/platform/events.ts |
TypedEventBusOptions | interface | core/platform/events.ts |
WebhookConfig | interface | core/platform/events.ts |
WebhookSubscription | interface | core/platform/webhooks/dispatcher.ts |
WebhookSubscriptionStore | interface | core/platform/webhooks/dispatcher.ts |
Types
| Export | Kind | Source |
|---|---|---|
AnyEventListener | type | core/platform/events.ts |
AnyEventType | type | core/platform/events.ts |
AppCapabilityCrudFieldType | type | core/platform/capabilities.ts |
BootConformanceCode | type | core/platform/boot-conformance.ts |
BootConformanceSeverity | type | core/platform/boot-conformance.ts |
BranchScopedModel | type | core/platform/tenancy.ts |
CircuitState | type | core/platform/circuit-breaker.ts |
ConformanceCode | type | core/platform/capability-conformance.ts |
ConformanceSeverity | type | core/platform/capability-conformance.ts |
CredentialRotationAction | type | core/platform/credential-rotation.ts |
CredentialRotationActionRecord | type | core/platform/credential-rotation.ts |
CredentialRotationPhase | type | core/platform/credential-rotation.ts |
CredentialRotationSignal | type | core/platform/credential-rotation.ts |
ErrorCategory | type | core/logic/core/errors.ts |
EventType | type | core/platform/events.ts |
HealthReportStatus | type | core/platform/health.ts |
HealthSeverity | type | core/platform/health.ts |
HealthStatus | type | core/platform/health.ts |
HookFn | type | core/platform/hooks.ts |
HookName | type | core/platform/hooks.ts |
IdempotencyStatus | type | core/platform/stores/types.ts |
JobHandler | type | core/platform/queue.ts |
LifecycleStage | type | core/platform/hooks.ts |
LogLevel | type | core/platform/observability.ts |
MetricKind | type | core/platform/observability.ts |
PluginEventListener | type | core/platform/events.ts |
PluginEventPayload | type | core/platform/events.ts |
PluginEventType | type | core/platform/events.ts |
PolicyAction | type | core/platform/policy.ts |
PolicyHandler | type | core/platform/policy.ts |
PrismaNext | type | core/platform/tenancy.ts |
ProviderConformanceCode | type | core/platform/provider-conformance.ts |
ProviderConformanceSeverity | type | core/platform/provider-conformance.ts |
SchedulerMode | type | core/platform/scheduler.ts |
SchemaDriftIssueCode | type | core/platform/schema-drift.ts |
SchemaDriftSeverity | type | core/platform/schema-drift.ts |
SchemaDriftSurface | type | core/platform/schema-drift.ts |
SecretNamespace | type | core/platform/secrets/types.ts |
SweepSchedulerMode | type | core/platform/sweep-scheduler.ts |
TelemetryCoverageIssueCode | type | core/platform/telemetry-coverage.ts |
TelemetryCoverageSeverity | type | core/platform/telemetry-coverage.ts |
TelemetryObservabilityKind | type | core/platform/telemetry-coverage.ts |
TelemetrySubsystem | type | core/platform/telemetry-coverage.ts |
TenantScopedModel | type | core/platform/tenancy.ts |
TypedEventListener | type | core/platform/events.ts |