APISchemaConfig: GraphQLSchemaConfig & {
    customStatsType?: GraphQLObjectType;
    customTimeSeriesTypesMap?: Record<string, GraphQLObjectType>;
}

Generated using TypeDoc