This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
eirugit
/
odoo_mobile
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
7f53588390
Branch-ok
Tag-ek
master
presu
odoo_mobile
/
src
/
interfaces
/
persistible-interface.ts
persistible-interface.ts
61 B
Előzmények
Nyers
1
2
3
export interface IPersistible<T> {
save(T: any): void;
}