Skip to content

Type Alias: ClientScanResult

Makaio Framework


Makaio Framework / contracts / ClientScanResult

ClientScanResult = z.infer<typeof ClientScanResultSchema>

Defined in: ../../../packages/contracts/src/client/account-identity.ts:68

  • ClientScanResult
    • z.infer<typeof ClientScanResultSchema>
      • typeof ClientScanResultSchema
type ClientScanResult = {
clientId: string;
found: boolean;
version?: string | undefined;
warningMessage?: string | undefined;
};