MCPcopy Index your code
hub / github.com/simstudioai/sim / parseEnterpriseSubscriptionMetadata

Function parseEnterpriseSubscriptionMetadata

apps/sim/lib/billing/types/index.ts:34–39  ·  view source on GitHub ↗
(
  value: unknown
)

Source from the content-addressed store, hash-verified

32>
33
34export function parseEnterpriseSubscriptionMetadata(
35 value: unknown
36): EnterpriseSubscriptionMetadata | null {
37 const result = enterpriseSubscriptionMetadataSchema.safeParse(value)
38 return result.success ? result.data : null
39}
40
41export function parseEnterpriseWorkspaceConcurrencyMetadata(
42 value: unknown

Callers 2

getEffectiveSeatsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected