typocomath/src/core/Config.ts

8 lines
103 B
TypeScript

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