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