Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed May 13, 2023
1 parent a490bf8 commit 0e87d07
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/http-mock-gen/docs/http-mock-modify-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
- custom-data/template-data.ts

```ts
import type { ICustomsData, PartialAll, ICustomDataValue } from '@liangskyli/http-mock-gen';
import type { Request } from 'express';
import type { ICustomsData, PartialAll, ICustomDataValue, Request } from '@liangskyli/http-mock-gen';
import type { IApi } from '../schema-api/interface-api';

export const TemplateData: ICustomsData<{
Expand Down Expand Up @@ -176,8 +175,7 @@ export type ICustomsData<
- custom-data/template-data.ts

```ts
import type { ICustomsData, PartialAll, ICustomDataValue } from '@liangskyli/http-mock-gen';
import type { Request } from 'express';
import type { ICustomsData, PartialAll, ICustomDataValue, Request } from '@liangskyli/http-mock-gen';
import type { IApi } from '../schema-api/interface-api';

export const TemplateData: ICustomsData<{
Expand Down

0 comments on commit 0e87d07

Please sign in to comment.