/** A structure describing switching informations about this dedicated server */
export interface SwitchingDetails {
    /** Switch name */
    name?: string;
}
//# sourceMappingURL=SwitchingDetails.d.ts.map