ISPO SDK
    Preparing search index...

    Variable entityPrivateContentRedactArgsSchemaConst

    Markdown
    entityPrivateContentRedactArgsSchema: ZodObject<
        {
            contentId: ZodString;
            entityId: ZodString;
            idempotencyKey: ZodOptional<ZodString>;
            slotId: ZodString;
            type: ZodString;
        },
        $strict,
    > = ...