Refactored schema and added link model.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
interface Collections {
|
||||
id: any;
|
||||
id: number;
|
||||
name: string;
|
||||
role: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export default function Collections() {
|
||||
|
||||
Reference in New Issue
Block a user