mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 03:32:54 +00:00
14 lines
174 B
TypeScript
14 lines
174 B
TypeScript
|
|
|
|
import GModule20 from '@girs/gmodule-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
GModule: typeof GModule20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|