Type Alias: ProviderUnregistration
Makaio Framework / contracts / ProviderUnregistration
Type Alias: ProviderUnregistration
Section titled “Type Alias: ProviderUnregistration”ProviderUnregistration =
z.infer<typeofProviderUnregistrationSchema>
Defined in: ../../../packages/contracts/src/capability/schemas.ts:143
Type Composition
Section titled “Type Composition”ProviderUnregistrationz.infer<typeof ProviderUnregistrationSchema>typeof ProviderUnregistrationSchema
Resolved Shape
Section titled “Resolved Shape”type ProviderUnregistration = { capabilityId: string; providerId: string;};