UNPKG

a2r

Version:
4 lines (3 loc) 190 B
import { ApiNamespace } from '../../model/api'; declare const updateApiObject: (structure: ApiNamespace, keys: string[], methodName: string) => ApiNamespace; export default updateApiObject;