Variable ProximityPresentationSessionErrorValidatorConst

ProximityPresentationSessionErrorValidator: ZodObject<{
    cause: ZodOptional<ZodUnknown>;
    message: ZodString;
    type: ZodEnum<[SdkNotInitialized, ExistingProximityPresentationSession, BluetoothPermissionRestricted, BluetoothPermissionDenied, BluetoothDisabled]>;
}, "strip", ZodTypeAny, {
    cause?: unknown;
    message: string;
    type: ExistingProximityPresentationSession | SdkNotInitialized | BluetoothPermissionRestricted | BluetoothPermissionDenied | BluetoothDisabled | UnsupportedCurve | FailedToCreateProximityPresentationSession | UnknownError;
}, {
    cause?: unknown;
    message: string;
    type: ExistingProximityPresentationSession | SdkNotInitialized | BluetoothPermissionRestricted | BluetoothPermissionDenied | BluetoothDisabled | UnsupportedCurve | FailedToCreateProximityPresentationSession | UnknownError;
}> = ...

Type declaration

Generated using TypeDoc