import { MockFunction } from '@/services/Mocker' export const randomBlockSchemaCapability: MockFunction = function() { return this.create('noun') }