blob: b0a6baccc4daadf5e843ed967b8e60ef94e7d805 [file] [log] [blame]
Michael Lando5b593492018-07-29 16:13:45 +03001export class InstanceFeDetails {
2 name: string;
3 iconClass: string;
4 originArchived: boolean;
5}