4 lines
40 B
TypeScript
4 lines
40 B
TypeScript
|
export interface Debug {
|
||
|
ip: string
|
||
|
}
|