using Claim type
This commit is contained in:
parent
620d5f71fb
commit
4a62e19577
1 changed files with 2 additions and 5 deletions
|
@ -4,17 +4,14 @@ import CardMedia from 'component/cardMedia';
|
|||
import TruncatedText from 'component/common/truncated-text';
|
||||
import classnames from 'classnames';
|
||||
import SubscribeButton from 'component/subscribeButton';
|
||||
import type { Claim } from 'types/claim';
|
||||
|
||||
type Props = {
|
||||
uri: string,
|
||||
isResolvingUri: boolean,
|
||||
totalItems: number,
|
||||
size: string,
|
||||
claim: ?{
|
||||
claim_id: string,
|
||||
name: string,
|
||||
permanent_url: string,
|
||||
},
|
||||
claim: ?Claim,
|
||||
resolveUri: string => void,
|
||||
navigate: (string, ?{}) => void,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue