UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

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