export interface IAppModelAttributes {
    name: string;
    url: string;
    image: string;
}
