interface IDynamicState { stateResolver: string; args: string[]; } export default IDynamicState;