UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 194 B
/** Datastore */ export interface Datastore { /** Id of the datastore */ datastoreId: string; /** Name of the datastore */ name: string; } //# sourceMappingURL=Datastore.d.ts.map