With Typescript in React, I wish to create a prop type that accepts a generic interface.
interface Waffle { startEating: number; endEating: number; ...