Variable NpmAPIPointResponseSchemaConst
NpmAPIPointResponseSchema: ZodObject<{
downloads: ZodNumber;
end: ZodString;
package: ZodString;
start: ZodString;
}, "strip", ZodTypeAny, {
downloads: number;
end: string;
package: string;
start: string;
}, {
downloads: number;
end: string;
package: string;
start: string;
}> = ...
Type declaration
-
downloads: ZodNumber
-
end: ZodString
-
package: ZodString
-
start: ZodString
Type declaration
-
downloads: number
-
end: string
-
package: string
-
start: string
Type declaration
-
downloads: number
-
end: string
-
package: string
-
start: string
Response schema for the NPM API point
This response represents the total download count for a package in a given time period.