UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 263 B
type IpLoadbalancingServerState = { checkCode?: string | null; checkStatus?: string | null; checkTime?: Date | null; instanceId?: number; lastCheckContent?: string | null; status?: string | null; }; export { IpLoadbalancingServerState };