UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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