2024-07-03 13:19:53 +02:00

5 lines
51 B
TypeScript

export interface INitroEvent
{
type: string;
}