import { Dashboard } from './getAll';

export type Props = {
	uuid: Dashboard['uuid'];
};

export type PayloadProps = Dashboard;
