Skip to content

Commit ea3cb7d

Browse files
lint
1 parent 61a12fb commit ea3cb7d

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

apps/portal/src/components/Document/APIEndpointMeta/ApiEndpoint.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type APIParameter = {
1919
| Array<string | boolean | number | object>;
2020
};
2121

22-
export type RequestExampleType = {
22+
type RequestExampleType = {
2323
title: string;
2424
bodyParameters: APIParameter[];
2525
};

apps/portal/src/components/Document/APIEndpointMeta/common.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/portal/src/components/Document/APIEndpointMeta/index.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/portal/src/components/Document/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
export { Badge } from "../ui/badge";
44
// export { Table } from "./Table";
55
export { Tabs, TabsContent, TabsList, TabsTrigger } from "../ui/tabs";
6-
export { ApiEndpoint } from "./APIEndpointMeta/ApiEndpoint";
76
export { OpenApiEndpoint } from "./APIEndpointMeta/OpenApiEndpoint";
87
export { AuthList } from "./AuthList";
98
export { Breadcrumb } from "./Breadcrumb";

0 commit comments

Comments
 (0)