import { License } from './def';

export interface Props {
	key: string;
}

export interface PayloadProps {
	status: string;
	data: License;
}
