5f71fed
ce70ee1
1
2 3 4 5 6
from typing_extensions import Literal, TypedDict, final @final class SlackErrorResponse(TypedDict): ok: Literal[False] error: str