import { tempState } from "./stateInterface"; export default function() { return { SAMPLE_MUTATION: (state: tempState, data) => {}, }; }