/**
 * Content Type Options.
 * @public
 */
export interface ContentTypeOptions {
    /**
     * Only fetch Content with the specific Content Type.
     */
    contentType?: string;
}
