UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
3 lines (2 loc) 218 B
import type { MetadataValidationDTO, ValidateMetadataResult } from 'types'; export declare const postValidate: <MetadataType>(url: string, body: MetadataValidationDTO) => Promise<ValidateMetadataResult<MetadataType>>;