Skip to content

Commit 6c82188

Browse files
lol
1 parent 967e540 commit 6c82188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/workos/types/authorization/authorization_resource.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import Literal, Optional, Sequence
22

3+
from workos.types.list_resource import ListMetadata
34
from workos.types.workos_model import WorkOSModel
45

56

@@ -19,3 +20,4 @@ class AuthorizationResource(WorkOSModel):
1920
class AuthorizationResourceList(WorkOSModel):
2021
object: Literal["list"]
2122
data: Sequence[AuthorizationResource]
23+
list_metadata: ListMetadata

0 commit comments

Comments
 (0)