mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
🏷️ Frames types added
This commit is contained in:
parent
04c6b3936b
commit
b5a6680401
1 changed files with 7 additions and 1 deletions
|
@ -4,4 +4,10 @@ interface Config {
|
||||||
bitmapsDir: string;
|
bitmapsDir: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Config };
|
interface Frames {
|
||||||
|
[fileName: string]: {
|
||||||
|
buffer: Buffer;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export { Config, Frames };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue