smartsitemap/ts/interfaces/index.ts
2020-10-26 12:18:33 +00:00

3 lines
52 B
TypeScript

export interface ISitemapYaml {
daily: string[];
}