Type Alias KmtInputStateMachine

KmtInputStateMachine: TemplateStateMachine<
    KmtInputEventMapping,
    KmtInputContext,
    KmtInputStates,
>