Atlas-Config-Generator/src/app/models/util/serialize.model.ts

3 lines
51 B
TypeScript

export interface Serialize {
serialize(): any;
}