We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54a40d commit 1e3244cCopy full SHA for 1e3244c
workos/types/organizations/__init__.py
@@ -1,4 +1,6 @@
1
from .domain_data_input import *
2
from .organization_common import *
3
from .organization import *
4
+
5
+# re-exported for backwards compatibility, can be removed after version 6.0.0
6
from workos.types.organization_domains import OrganizationDomain
0 commit comments