Copy
from
typing_extensions
import
TypedDict
class
CounterState
(
TypedDict
):
count:
int