mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 14:03:11 +08:00
Created WeatherWidget
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
export interface App {
|
||||
id: number;
|
||||
import { Model } from './Api';
|
||||
|
||||
export interface App extends Model {
|
||||
name: string;
|
||||
url: string;
|
||||
icon: string;
|
||||
isPinned: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface AppResponse<T> {
|
||||
success: boolean;
|
||||
data: T;
|
||||
}
|
||||
|
||||
export interface NewApp {
|
||||
|
||||
Reference in New Issue
Block a user