Type Alias: ProviderSummary
Makaio Framework / contracts / ProviderSummary
Type Alias: ProviderSummary
Section titled “Type Alias: ProviderSummary”ProviderSummary =
z.infer<typeofProviderSummarySchema>
Defined in: ../../../packages/contracts/src/capability/schemas.ts:136
Type exports for external use
Type Composition
Section titled “Type Composition”ProviderSummaryz.infer<typeof ProviderSummarySchema>typeof ProviderSummarySchema
Resolved Shape
Section titled “Resolved Shape”type ProviderSummary = { id: string; displayName: string; providerKey?: string | undefined;};