@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable ForecastMethodSchemaConst

    ForecastMethodSchema: ZodUnion<
        readonly [
            ZodLiteral<"estimate">,
            ZodLiteral<"modeled">,
            ZodLiteral<"guaranteed">,
        ],
    > = ...