@cpany/types
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -137,2 +137,6 @@ declare enum Verdict { | ||
} | ||
declare type ICPanyPluginConfig = Required<ICPanyConfig> & { | ||
basePath: string; | ||
timeout?: number; | ||
}; | ||
declare type RouteKey<T, K = number> = T & { | ||
@@ -171,2 +175,2 @@ type: string; | ||
export { AppConfig, CompressHandleList, IAuthor, ICPanyConfig, IContest, IContestOverview, IContestProblem, IContestStanding, IContestSubmission, IHandle, IProblem, ISubmission, IUser, IUserOverview, ParticipantType, RouteKey, Verdict, isAtCoder, isCodeforces, isHdu, isLuogu, isNowCoder, isPintia }; | ||
export { AppConfig, CompressHandleList, IAuthor, ICPanyConfig, ICPanyPluginConfig, IContest, IContestOverview, IContestProblem, IContestStanding, IContestSubmission, IHandle, IProblem, ISubmission, IUser, IUserOverview, ParticipantType, RouteKey, Verdict, isAtCoder, isCodeforces, isHdu, isLuogu, isNowCoder, isPintia }; |
{ | ||
"name": "@cpany/types", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "CPany types package", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -34,2 +34,4 @@ import type { IAuthor, IHandle } from './handle'; | ||
export type ICPanyPluginConfig = Required<ICPanyConfig> & { basePath: string; timeout?: number }; | ||
export type RouteKey<T, K = number> = T & { | ||
@@ -36,0 +38,0 @@ type: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19229
613