@getdial/sdk - v0.21.0
    Preparing search index...

    Variable InterruptSchemaConst

    InterruptSchema: ZodObject<
        {
            content: ZodString;
            content_complete: ZodBoolean;
            end_call: ZodOptional<ZodBoolean>;
            type: ZodLiteral<"interrupt">;
        },
        $strip,
    > = ...