import { Component } from './Component';
/** RegionalizedResource */
export interface RegionalizedResource {
    /** List of components */
    components: Component[];
    /** Region of the resource */
    region: string;
}
//# sourceMappingURL=RegionalizedResource.d.ts.map