UNPKG

@cmk/fe_utils

Version:
5 lines (3 loc) 305 B
import { ExternalApi } from '../../../types'; import { EditorStateDbDataType } from '../editorDbStateType'; export declare const serializeExternalApis: (externalApisIn: ExternalApi[], project_id: string) => Pick<EditorStateDbDataType, "externalApis" | "endpoints" | "bodyParams" | "params" | "headers">;