This commit is contained in:
Michael Quigley 2024-03-11 11:57:18 -04:00
parent f51ca98c47
commit 9bda1b208c
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -34,6 +34,7 @@ class ShareRequest:
PermissionMode: PermissionMode = OPEN_PERMISSION_MODE
AccessGrants: list[str] = field(default_factory=list[str])
@dataclass
class Share:
Token: str