Skip to content

Commit

Permalink
test bug? 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Nov 12, 2024
1 parent 529008f commit 48ca069
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { AttributesFormModel } from '../../data/models';

export declare const getAttributesList: (entityType: string) => Promise<AttributesFormModel[] | []>;
export declare const getAttributesList: (entityType: string) => Promise<AttributesFormModel[] | [
]>;
//# sourceMappingURL=getAttributesList.d.ts.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { AttributesListItems, ResponseAttributesFormItemsProps } from '../../typ
import { AttributesFormModel } from '../models';

export declare const cloneArrayIfExists: (fields: ResponseAttributesFormItemsProps[]) => any;
export declare const transformAttributesForm: (items?: ResponseAttributesFormItemsProps[] | AttributesListItems[] | []) => AttributesFormModel[];
export declare const transformAttributesForm: (items?: ResponseAttributesFormItemsProps[] | AttributesListItems[] | [
]) => AttributesFormModel[];
//# sourceMappingURL=transform-attributes-form.d.ts.map
2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-order/reload
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"at":1731423614901}
{"at":1731437184106}
2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-order/render.js

Large diffs are not rendered by default.

0 comments on commit 48ca069

Please sign in to comment.