mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-06-29 00:45:46 +08:00
Added toggle view for table or blob in Products page
This commit is contained in:
parent
160ac39b18
commit
971d184697
4 changed files with 97 additions and 39 deletions
9
src/Interfaces/Interfaces.tsx
Normal file
9
src/Interfaces/Interfaces.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
export interface ProductList {
|
||||
Products: Product[];
|
||||
}
|
||||
|
||||
export interface Product {
|
||||
id: number;
|
||||
name: string;
|
||||
last_modified: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue