UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 190 B
import { MeTagTagKey } from './MeTagTagKey.js'; import './MeTagTagKeyTypeEnum.js'; type MeTagAvailableTag = { keys?: MeTagTagKey[]; name?: string; }; export { MeTagAvailableTag };