Commit 26e9dc83 authored by nanahira's avatar nanahira

typo

parent f73b3c1a
Pipeline #6147 passed with stages
in 58 seconds
{ {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.0.26", "version": "1.0.27",
"description": "Koishi.js as Nest.js Module", "description": "Koishi.js as Nest.js Module",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
......
...@@ -69,7 +69,7 @@ export interface DoRegisterConfig<T = any> { ...@@ -69,7 +69,7 @@ export interface DoRegisterConfig<T = any> {
data?: T; data?: T;
} }
export interface CommandConfigWIthDescription extends Command.Config { export interface CommandConfigWithDescription extends Command.Config {
desc?: string; desc?: string;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment