Type Alias: ClientScanResult
Makaio Framework / contracts / ClientScanResult
Type Alias: ClientScanResult
Section titled “Type Alias: ClientScanResult”ClientScanResult =
z.infer<typeofClientScanResultSchema>
Defined in: ../../../packages/contracts/src/client/account-identity.ts:68
Type Composition
Section titled “Type Composition”ClientScanResultz.infer<typeof ClientScanResultSchema>typeof ClientScanResultSchema
Resolved Shape
Section titled “Resolved Shape”type ClientScanResult = { clientId: string; found: boolean; version?: string | undefined; warningMessage?: string | undefined;};