设计tracer
This commit is contained in:
7
src/tracers.ts/command.ts
Normal file
7
src/tracers.ts/command.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import type { TracerAction } from "./action-type";
|
||||||
|
|
||||||
|
export type Command = {
|
||||||
|
tracer: string;
|
||||||
|
action: TracerAction;
|
||||||
|
params: any;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user