/** *
Describes the monthly data transfer in and out of your virtual private server (or instance).
*/ export interface _MonthlyTransfer { /** *The amount allocated per month (in GB).
*/ gbPerMonthAllocated?: number; } export declare type _UnmarshalledMonthlyTransfer = _MonthlyTransfer;