Export public type

This commit is contained in:
Jordan Eldredge 2023-02-05 10:52:44 -08:00
parent 6ecc9d65cf
commit 6dbbd36d46

View file

@ -79,7 +79,7 @@ interface Edges {
right?: WindowId;
}
interface Graph {
export interface Graph {
// TODO: Ensure this is a WindowId
[id: string]: Edges;
}