@archastro/sdk
    Preparing search index...

    Variable okSchemaConst

    okSchema: ZodObject<
        { call_id: ZodString; content: ZodString; status: ZodLiteral<"ok"> },
        "strip",
        ZodTypeAny,
        { call_id: string; content: string; status: "ok" },
        { call_id: string; content: string; status: "ok" },
    > = ...

    Runtime validator for Ok.