first commit
This commit is contained in:
9
types/jsonToType.ts
Normal file
9
types/jsonToType.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface JsonToType {
|
||||
id: number;
|
||||
title: string;
|
||||
json_data: string;
|
||||
type_data: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
is_active: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user