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