Source code for spin.types

from typing import TypedDict


[docs] class Entry(TypedDict): id: int name: str