Merge pull request #8 from Fluffy-Bean/deepsource-transform-0065c2e8

style: format code with Prettier
This commit is contained in:
Michał 2024-05-05 11:12:51 +01:00 committed by GitHub
commit 3dda6380e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@ export interface Item {
images?: string[];
}
export interface CartItem {
amount: number;
data: Item;