Variable CreateProximityPresentationSessionErrorValidatorConst

CreateProximityPresentationSessionErrorValidator: ZodObject<{
    cause: ZodType<Error, ZodTypeDef, Error>;
    message: ZodString;
    type: ZodEnum<[BluetoothDisabled, BluetoothPermissionDenied, BluetoothPermissionRestricted, ExistingProximityPresentationSession, UnsupportedCurve, SdkNotInitialized]>;
}, "strip", ZodTypeAny, {
    cause: Error;
    message: string;
    type: BluetoothPermissionDenied | BluetoothPermissionRestricted | BluetoothDisabled | ExistingProximityPresentationSession | UnsupportedCurve | SdkNotInitialized;
}, {
    cause: Error;
    message: string;
    type: BluetoothPermissionDenied | BluetoothPermissionRestricted | BluetoothDisabled | ExistingProximityPresentationSession | UnsupportedCurve | SdkNotInitialized;
}> = ...

Type declaration

Generated using TypeDoc