mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-11 00:58:39 +03:00
small actor type fix
This commit is contained in:
parent
97156dcca5
commit
ea190c481d
@ -19,7 +19,7 @@ class AuthenticatorType(typing.NamedTuple):
|
||||
class ActorOsConfigurationType(typing.NamedTuple):
|
||||
action: str
|
||||
name: str
|
||||
custom: typing.Optional[typing.Mapping[str, typing.Any]] = None
|
||||
custom: typing.Optional[typing.Mapping[str, typing.Any]]
|
||||
|
||||
class ActorDataConfigurationType(typing.NamedTuple):
|
||||
unique_id: typing.Optional[str] = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user