inventory-db
    Preparing search index...

    Variable PriceLevelDistinctFieldsSchemaConst

    PriceLevelDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                currencyId: "currencyId";
                id: "id";
                name: "name";
                notes: "notes";
                slug: "slug";
                taxrate: "taxrate";
            },
        >,
    > = ...