Interface instead of a type

This commit is contained in:
joshaber 2016-05-31 13:20:50 -04:00
parent a2a99d4bd8
commit aa2291b904

View file

@ -12,7 +12,7 @@ const LOLZ = [
'http://www.reactiongifs.com/r/didit.gif'
]
type InfoProps = {
interface InfoProps {
selectedRow: number,
user: User
}