new types
parent
ee994e088f
commit
64798d3ffa
@ -0,0 +1,13 @@
|
||||
export type req_obj_type = {
|
||||
project?: string | any;
|
||||
sensor?: string;
|
||||
baslik?: string;
|
||||
icerik?: string;
|
||||
gsm?: string;
|
||||
emails?: string;
|
||||
sensor_mesaj?: any;
|
||||
deger?: string | any;
|
||||
nokta_baslik?: string;
|
||||
plaka?: any;
|
||||
tarih?: string | any;
|
||||
};
|
||||
Loading…
Reference in New Issue