c to chapter

This commit is contained in:
Robonau 2024-11-11 22:00:41 +00:00 committed by shamoon
parent c1c638c2ce
commit a18ea0831f

View File

@ -9,7 +9,7 @@ const logger = createLogger(proxyName);
/** /**
* @typedef {object} countsToExtractItem * @typedef {object} countsToExtractItem
* @property {(c: chapter) => boolean} condition * @property {(chapter: chapter) => boolean} condition
* @property {string} gqlCondition * @property {string} gqlCondition
*/ */