/** Portgroup */
export interface Portgroup {
    /** Description of the portgroup */
    description: string;
    /** Name of the portgroup */
    name: string;
    /** Id of the portgroup */
    portgroupId: number;
}
//# sourceMappingURL=Portgroup.d.ts.map