chore: removes unused code

This commit is contained in:
James
2022-08-17 15:31:39 -07:00
parent dac3308441
commit fa01b353ef

View File

@@ -200,7 +200,6 @@ export type Config = {
export type SanitizedConfig = Omit<DeepRequired<Config>, 'collections' | 'globals'> & {
collections: SanitizedCollectionConfig[]
globals: SanitizedGlobalConfig[]
endpoints: SanitizedGlobalConfig[]
paths: { [key: string]: string };
}