node-ovh-ts
Version:
OVH API wrapper library for TypeScript
14 lines (12 loc) • 341 B
TypeScript
type OvhcloudconnectDiagnosticResult = {
aspath?: string | null;
cmd?: string | null;
localprefix?: number | null;
mac?: string | null;
med?: number | null;
output?: string | null;
prefix?: string | null;
routermac?: string | null;
timestamp?: Date | null;
};
export { OvhcloudconnectDiagnosticResult };