mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
5 lines
51 B
TypeScript
5 lines
51 B
TypeScript
export interface INitroEvent
|
|
{
|
|
type: string;
|
|
}
|