updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from typing import Optional
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class AppInfo(TypedDict):
|
||||
name: str
|
||||
partner_id: Optional[str]
|
||||
url: Optional[str]
|
||||
version: Optional[str]
|
||||
Reference in New Issue
Block a user