/**
 * Representation of the 'BckndSharedResourceGroupStatus' schema.
 */
export type BckndSharedResourceGroupStatus = {
    /**
     * indicates whether shared resource group is enabled
     */
    isEnabled?: boolean;
    /**
     * shared resource group id
     */
    id?: string;
    /**
     * current state of shared resource group
     */
    state?: string;
} & Record<string, any>;
//# sourceMappingURL=bcknd-shared-resource-group-status.d.ts.map