11 lines
209 B
TypeScript
11 lines
209 B
TypeScript
export declare const SITEMAP_CONFIG_DEFAULTS: {
|
|
filenameBase: string;
|
|
entryLimit: number;
|
|
namespaces: {
|
|
news: true;
|
|
xhtml: true;
|
|
image: true;
|
|
video: true;
|
|
};
|
|
};
|