import { Dashboard } from './getAll';

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