pm-db
    Preparing search index...

    Variable TaskCategoryUpdateSchemaConst

    TaskCategoryUpdateSchema: ZodObject<
        {
            categoryId: ZodOptional<ZodCoercedNumber<unknown>>;
            taskId: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...