turkmentv_front/models/add.post.model.ts

11 lines
208 B
TypeScript
Raw Permalink Normal View History

2024-08-19 12:44:56 +00:00
export interface AddPostModel {
folder_id: string;
day: string;
second: string;
total: string;
customer_name: string;
customer_email: string;
customer_phone: string;
customer_notes: string;
}