Skip to content

Commit

Permalink
Add lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed May 27, 2024
1 parent 53af928 commit 0115db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/BO/catalog/products/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type ProductData from '@data/faker/product';
import type {ProductHeaderSummary} from '@data/types/product';

export interface BOCreateProductPageInterface extends BOBasePagePageInterface {
readonly saveProductButton: string;
readonly errorMessage: string;
readonly errorMessageWhenSummaryTooLong: (number: number) => string;
readonly pageTitle: string;
Expand Down

0 comments on commit 0115db9

Please sign in to comment.