Variable PresentationSessionTerminationErrorValidatorConst

PresentationSessionTerminationErrorValidator: ZodObject<{
    message: ZodString;
    sessionStatus: ZodOptional<ZodUnion<[ZodNativeEnum<typeof SessionStatus>, ZodNull]>>;
    type: ZodNativeEnum<typeof ProximityPresentationSessionTerminationErrorType>;
}, "strip", ZodTypeAny, {
    message: string;
    sessionStatus?: null | SessionEncryptionError | CborDecodingError | SessionTermination;
    type: ProximityPresentationSessionTerminationErrorType;
}, {
    message: string;
    sessionStatus?: null | SessionEncryptionError | CborDecodingError | SessionTermination;
    type: ProximityPresentationSessionTerminationErrorType;
}> = ...

Type declaration

Type declaration

Type declaration

Generated using TypeDoc