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