Type Alias: ClientScanTarget
Makaio Framework / contracts / ClientScanTarget
Type Alias: ClientScanTarget
Section titled “Type Alias: ClientScanTarget”ClientScanTarget =
z.infer<typeofClientScanTargetSchema>
Defined in: ../../../packages/contracts/src/client/account-identity.ts:79
Type Composition
Section titled “Type Composition”ClientScanTargetz.infer<typeof ClientScanTargetSchema>typeof ClientScanTargetSchema
Resolved Shape
Section titled “Resolved Shape”type ClientScanTarget = { clientId: string; binaryName: string; minimumVersion?: string | undefined;};