1 line
65 B
TypeScript
1 line
65 B
TypeScript
export type DebugInfo = Array<[string, string | Array<string>]>;
|
export type DebugInfo = Array<[string, string | Array<string>]>;
|