3 lines
37 B
TypeScript
3 lines
37 B
TypeScript
interface Error {
|
|
hint?: string;
|
|
}
|
interface Error {
|
|
hint?: string;
|
|
}
|