import { stateType, StateType } from '@/models/StateType' import { MockFunction } from '@/services/Mocker' export const randomStateType: MockFunction = function() { return stateType[Math.floor(Math.random() * stateType.length)] }