typocomath/src/core/Config.ts

8 lines
103 B
TypeScript

export type Config = {
predictable: boolean
}
export type configDependency = {
config: Config
}