There was an error while loading. Please reload this page.
TypeAlias
1 parent b0ffcf0 commit 4de0849Copy full SHA for 4de0849
1 file changed
src/runloop_api_client/types/resource_size.py
@@ -1,7 +1,7 @@
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
3
-from typing_extensions import Literal
+from typing_extensions import Literal, TypeAlias
4
5
__all__ = ["ResourceSize"]
6
7
-ResourceSize = Literal["MINI", "SMALL", "MEDIUM", "LARGE"]
+ResourceSize: TypeAlias = Literal["MINI", "SMALL", "MEDIUM", "LARGE"]
0 commit comments