UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

4 lines (3 loc) 248 B
import { IInterfaceRequest, IInterfaceRequestV2 } from '../../types'; declare const normalizeProgrammingModel: (request: IInterfaceRequest | IInterfaceRequestV2) => IInterfaceRequest | IInterfaceRequestV2; export default normalizeProgrammingModel;