Skip to content

Commit 14a964a

Browse files
committed
regen api
1 parent 3843e2a commit 14a964a

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

api.ts

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* ----- api/v1 ----- */
22

3-
export interface BaseItem {}
4-
53
/** test comment */
64
export type ItemId = string;
75

@@ -127,7 +125,24 @@ export interface Event<T = unknown> {
127125
}
128126

129127

128+
/* ----- api/v1/index ----- */
129+
export interface WellKnown {
130+
base: BaseItem;
131+
132+
models: Model;
133+
objects: RicObject;
134+
135+
events: Event;
136+
}
137+
138+
139+
140+
130141
/* ----- client lib ----- */
142+
// @ts-ignore
143+
// deno-lint-ignore-file
144+
145+
// ignore TS2580
131146
declare var require: any;
132147

133148
export const VERSION = "v1";

0 commit comments

Comments
 (0)