Skip to content

Commit

Permalink
fix: model name
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Mar 9, 2023
1 parent 21e85fe commit 68772f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ declare namespace API {
* 用户名
*/
username: string;
workspaces: ApifoxModal[];
workspaces: workspaceModal[];
}

/**
* WorkspaceEntity
*/
export interface ApifoxModal {
export interface workspaceModal {
/**
* 空间创建者ID
*/
Expand Down

0 comments on commit 68772f7

Please sign in to comment.