33c5891
1 2 3 4 5
from typing_extensions import TypedDict, final @final class SlackResponseMetadata(TypedDict): next_cursor: str