UNPKG

@cainiaofe/cn-ui-m

Version:
4 lines (3 loc) 219 B
import type { IRequestConfig } from "../../../types"; import type { ICnAgreementRequestConfig } from './i-cn-agreement-request-config'; export type CnAgreementRequestConfig = IRequestConfig & ICnAgreementRequestConfig;