6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
|
|
export interface ErrorDialogData {
|
|
module: string,
|
|
func: string,
|
|
msg: string
|
|
} |