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