bananass
Version:
Baekjoon Framework for JavaScript.🍌
12 lines (11 loc) • 409 B
TypeScript
export default SolutionWithTestcases;
/**
* @import { SolutionWithTestcases } from '../../types.js';
* @import { Struct } from 'superstruct';
*/
/**
* `SolutionWithTestcases` type struct.
* @type {Struct<SolutionWithTestcases>}
*/ declare const SolutionWithTestcases: Struct<SolutionWithTestcases>;
import type { SolutionWithTestcases } from '../../types.js';
import type { Struct } from 'superstruct';