Skip to content

Commit

Permalink
chore(kts): change base url types
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Jun 4, 2024
1 parent 4e050d9 commit 2e0bdbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/kts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cn-international-express-sdk/kts",
"version": "2.0.2",
"version": "2.0.3",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/kts/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
export interface KtsConfig {
app_key: string;
app_token: string;
get_base_url: string;
post_base_url: string;
get_base_url?: string;
post_base_url?: string;
}

export namespace KtsTypes {
Expand Down

0 comments on commit 2e0bdbf

Please sign in to comment.