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