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