import { define } from "factoria"; export default define( "LocalComment", faker => ( { uuid: faker.string.uuid( ), } ) );