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