Open Mykhol opened 2 years ago
User Story "As a developer, I want to safely and reliably create and use Event data in our code."
Create a type interface or class that can be used in development as well as IDE tooling to prevent errors.
Event { name: string, location: string, timestamp: string, shortDescription: string, longDescription: string, image: string }
User Story "As a developer, I want to safely and reliably create and use Event data in our code."
Create a type interface or class that can be used in development as well as IDE tooling to prevent errors.