2024-04-03 09:27:56 +02:00

5 lines
51 B
TypeScript

export interface INitroEvent
{
type: string;
}