Files
2025-01-13 22:33:38 +01:00

4 lines
50 B
TypeScript

export interface ConceptEvent {
type: string;
}