type GetItNow = {
    type: 'getitnow',
    amount: number,
};

export default GetItNow;
