bananass
Version:
Baekjoon Framework for JavaScript.🍌
14 lines (13 loc) • 350 B
TypeScript
export default Input;
export type Input = import("../../types.js").Input;
export type InputStruct = import("superstruct").Struct<Input>;
/**
* @typedef {import('../../types.js').Input} Input
* @typedef {import('superstruct').Struct<Input>} InputStruct
*/
/**
* `Input` type struct.
*
* @type {InputStruct}
*/
declare const Input: InputStruct;