first commit
This commit is contained in:
18
Type/images.ts
Normal file
18
Type/images.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export interface Images {
|
||||
id: number;
|
||||
title: string;
|
||||
path: string;
|
||||
processed_path: string;
|
||||
original_filename: string;
|
||||
format: string;
|
||||
width: number;
|
||||
height: number;
|
||||
size: number;
|
||||
quality: number;
|
||||
slug: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
is_active: boolean;
|
||||
is_front: boolean;
|
||||
user: number;
|
||||
}
|
||||
Reference in New Issue
Block a user