mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
fork refine
This commit is contained in:
8
packages/devtools-shared/src/trace.ts
Normal file
8
packages/devtools-shared/src/trace.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type TraceType = {
|
||||
file?: string;
|
||||
line?: number;
|
||||
column?: number;
|
||||
function?: string;
|
||||
isRefine: boolean;
|
||||
packageName?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user