inventory-db
    Preparing search index...

    Variable ProductCategoryCreateSchemaConst

    ProductCategoryCreateSchema: ZodPipe<
        ZodTransform<unknown, unknown>,
        ZodObject<
            {
                categoryId: ZodCoercedNumber<unknown>;
                productId: ZodCoercedNumber<unknown>;
            },
            $strip,
        >,
    > = ...