This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
eirugit
/
odoo_mobile
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7f53588390
Rami (Branch)
Tag
master
presu
odoo_mobile
/
src
/
interfaces
/
persistible-interface.ts
persistible-interface.ts
61 B
Cronologia
Originale
1
2
3
export interface IPersistible<T> {
save(T: any): void;
}