UNPKG

aruba-admin

Version:

A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.

8 lines (7 loc) 182 B
/** GetSharedStoragePricingTypes */ export interface GetSharedStoragePricingTypes { /** xs:string */ type?: string; /** xs:boolean */ includeUnavailable?: boolean; }