Files
nuxtfiber/types/jsonToType.ts
Beyhan Oğur 7b2b27a42c first commit
2026-04-26 22:18:17 +03:00

10 lines
185 B
TypeScript

export interface JsonToType {
id: number;
title: string;
json_data: string;
type_data: string;
created_at: string;
updated_at: string;
is_active: boolean;
}