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