bananass
Version:
Baekjoon Framework for JavaScript.🍌
14 lines (13 loc) • 493 B
TypeScript
export default ConfigObjectInfo;
export type ConfigObjectInfo = import("../../types.js").ConfigObjectInfo;
export type ConfigObjectInfoStruct = import("superstruct").Struct<ConfigObjectInfo>;
/**
* @typedef {import('../../types.js').ConfigObjectInfo} ConfigObjectInfo
* @typedef {import('superstruct').Struct<ConfigObjectInfo>} ConfigObjectInfoStruct
*/
/**
* `ConfigObjectInfo` type struct.
*
* @type {ConfigObjectInfoStruct}
*/
declare const ConfigObjectInfo: ConfigObjectInfoStruct;