UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

5 lines (4 loc) 294 B
import type { PerformSafety } from "../types"; import type { PerformSafety as ServerPerformSafety } from "."; export declare const toServerPerformSafety: (value: PerformSafety) => ServerPerformSafety; export declare const fromServerPerformSafety: (value: ServerPerformSafety) => PerformSafety;