carType page over
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { StaticImageData } from "next/image";
|
||||
import { SetStateAction } from "react";
|
||||
|
||||
//// ============ tool's types ============ //////
|
||||
export interface TitleType {
|
||||
@@ -38,4 +39,13 @@ export interface ProductTypes {
|
||||
desc: string;
|
||||
path: string;
|
||||
image: string | StaticImageData;
|
||||
}
|
||||
}
|
||||
|
||||
export interface innerCardTypes{
|
||||
id:number;
|
||||
image:StaticImageData | string;
|
||||
name:string;
|
||||
min_order_time:number;
|
||||
price?:number;
|
||||
path:string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user