mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Interface instead of a type
This commit is contained in:
parent
a2a99d4bd8
commit
aa2291b904
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const LOLZ = [
|
|||
'http://www.reactiongifs.com/r/didit.gif'
|
||||
]
|
||||
|
||||
type InfoProps = {
|
||||
interface InfoProps {
|
||||
selectedRow: number,
|
||||
user: User
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue