/** A summarized representation of a service */
export interface NetAppServiceSummary {
    /** Service ID */
    id: string;
    /** Service name */
    name: string;
}
//# sourceMappingURL=NetAppServiceSummary.d.ts.map