Skip to content

Commit

Permalink
chore: generated code for commit 4f6e2d0b. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@4f6e2d0

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people committed Feb 20, 2024
1 parent f1bd9e5 commit 7cb40a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ingestion/model/commercetoolsCustomFields.ts
Expand Up @@ -7,15 +7,15 @@ export type CommercetoolsCustomFields = {
/**
* Inventory custom fields.
*/
inventory?: string[];
inventory?: string[] | null;

/**
* Price custom fields.
*/
price?: string[];
price?: string[] | null;

/**
* Category custom fields.
*/
category?: string[];
category?: string[] | null;
};

0 comments on commit 7cb40a0

Please sign in to comment.