# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing_extensions import TypedDict

__all__ = ["CitationsConfigParam"]


class CitationsConfigParam(TypedDict, total=False):
    enabled: bool
