changed type
This commit is contained in:
@@ -6,13 +6,7 @@ import { useToast } from "~/composables/global/useToast";
|
||||
// types
|
||||
|
||||
type Props = {
|
||||
modelValue: {
|
||||
id: number;
|
||||
file_link: string;
|
||||
date: string;
|
||||
size: number;
|
||||
name: string;
|
||||
}[];
|
||||
modelValue: ServerFile[];
|
||||
loading?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user