aboutsummaryrefslogblamecommitdiffstats
path: root/typings/slack_api/slack_error.pyi
blob: 9e8791d174b530b3879871af9c3a9606ba128f40 (plain) (tree)
1
2
3
4
5
6
                                                       




                                    
from typing_extensions import Literal, TypedDict, final

@final
class SlackErrorResponse(TypedDict):
    ok: Literal[False]
    error: str