1# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. 2 3from typing_extensions import TypeAlias 4 5__all__ = ["FileContent"] 6 7FileContent: TypeAlias = str