/**
 * Representation of the 'BckndResourceGroupBase' schema.
 */
export type BckndResourceGroupBase = {
    /**
     * resource group id
     */
    resourceGroupId?: string;
    /**
     * tenant id
     */
    tenantId?: string;
    /**
     * zone id
     */
    zoneId?: string;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-group-base.d.ts.map