fix: TypedDict type error

pull/20/head
omg-xtao 2 years ago committed by GitHub
parent a293e88b16
commit c44cf13f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ from .user import ILiteUser
T = TypeVar('T')
class INoteUpdated(TypedDict, Generic[T]):
class INoteUpdated(TypedDict):
type: Literal['noteUpdated']
body: T

Loading…
Cancel
Save