File size: 109 Bytes
bc20498 |
1 2 3 4 5 |
import type { Locations } from "./common";
export interface BaseNode extends Locations {
type: string;
}
|
bc20498 |
1 2 3 4 5 |
import type { Locations } from "./common";
export interface BaseNode extends Locations {
type: string;
}
|