fix(core): update

This commit is contained in:
2020-10-26 12:18:33 +00:00
parent 850f20fc38
commit b6abfd11d2
9 changed files with 132 additions and 64 deletions

3
ts/interfaces/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface ISitemapYaml {
daily: string[];
}