import { ResourceGroupProperties } from './index.js'; export type ResourceGroup = { id: string; location: string; managedBy: string; name: string; properties: ResourceGroupProperties; tags: Record; type: string; };