import { define } from "factoria"; export default define( "RemoteProject", faker => ( { id: faker.number.int( ), } ) );