Files
2025-05-06 12:42:05 +00:00

4 lines
50 B
TypeScript

export interface ConceptEvent {
type: string;
}