mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Export public type
This commit is contained in:
parent
6ecc9d65cf
commit
6dbbd36d46
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ interface Edges {
|
|||
right?: WindowId;
|
||||
}
|
||||
|
||||
interface Graph {
|
||||
export interface Graph {
|
||||
// TODO: Ensure this is a WindowId
|
||||
[id: string]: Edges;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue