fix(ci): correct typing

This commit is contained in:
Barrett Ruth 2025-09-15 18:36:57 -04:00
parent dabf7aa660
commit e98ced5fda

View file

@ -5,14 +5,14 @@
---@field problems Problem[] ---@field problems Problem[]
---@field scraped_at string ---@field scraped_at string
---@field expires_at? number ---@field expires_at? number
---@field test_cases? TestCase[] ---@field test_cases? CachedTestCase[]
---@field test_cases_cached_at? number ---@field test_cases_cached_at? number
---@class Problem ---@class Problem
---@field id string ---@field id string
---@field name? string ---@field name? string
---@class TestCase ---@class CachedTestCase
---@field input string ---@field input string
---@field output string ---@field output string