@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable FeatureCheckStatusSchemaConst

    FeatureCheckStatusSchema: ZodUnion<
        readonly [
            ZodLiteral<"passed">,
            ZodLiteral<"failed">,
            ZodLiteral<"warning">,
            ZodLiteral<"unevaluated">,
        ],
    > = ...