UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

14 lines (13 loc) 493 B
export default ConfigObjectRepo; export type ConfigObjectRepo = import("../../types.js").ConfigObjectRepo; export type ConfigObjectRepoStruct = import("superstruct").Struct<ConfigObjectRepo>; /** * @typedef {import('../../types.js').ConfigObjectRepo} ConfigObjectRepo * @typedef {import('superstruct').Struct<ConfigObjectRepo>} ConfigObjectRepoStruct */ /** * `ConfigObjectRepo` type struct. * * @type {ConfigObjectRepoStruct} */ declare const ConfigObjectRepo: ConfigObjectRepoStruct;