import { PageOptions } from "contensis-core-api";
export interface TagGroupUsageOptions {
    id: string;
    pageOptions?: PageOptions;
}
