UNPKG

143 BTypeScriptView Raw
1export interface DenormalizedDocResolvers {
2 root: Function[];
3 security: Function[];
4 tags: Function[];
5 responses: Function[];
6}