export interface IQueryOptions {
    includeMockups?: boolean;
    flatGroupItems?: boolean;
    includePlaceholderContents?: boolean;
}
