UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 174 B
/** a list of { type => [ Farm ids ] } */ export interface DefinedFarm { /** */ id: number; /** */ type: string; } //# sourceMappingURL=DefinedFarm.d.ts.map