/** Billing group of the service */
export interface Group {
    /** Billing group id */
    id: number;
}
//# sourceMappingURL=Group.d.ts.map