import { HasStringType } from './../has-type'; export interface IStateliMutation extends HasStringType { commit: (state: State, payload: Payload) => State; }