aboutsummaryrefslogtreecommitdiffstats
path: root/typings/slack_api/slack_common.pyi
blob: 4991425a377f2665385451dc71e06ac68b1a42c5 (plain) (blame)
1
2
3
4
5
from typing_extensions import TypedDict, final

@final
class SlackResponseMetadata(TypedDict):
    next_cursor: str