mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 21:52:36 +00:00
Refactor - Move some files into src/logic and src/types
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type Token = {
|
||||
types: string[];
|
||||
content: string;
|
||||
empty?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user