UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

13 lines (12 loc) 367 B
export default ConfigObjectAdd; /** * @import { ConfigObjectAdd } from '../../types.js'; * @import { Struct } from 'superstruct'; */ /** * `ConfigObjectAdd` type struct. * @type {Struct<ConfigObjectAdd>} */ declare const ConfigObjectAdd: Struct<ConfigObjectAdd>; import type { ConfigObjectAdd } from '../../types.js'; import type { Struct } from 'superstruct';