life-towers/src/app/interfaces/persistance/unique.ts
2019-09-22 20:21:44 +02:00

3 lines
44 B
TypeScript

export interface IUnique {
id?: string;
}