resolve issues with new features
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
export type BannerLevel = 'info' | 'important' | 'critical';
|
||||
export type BannerShowAs = 'banner' | 'widget';
|
||||
|
||||
export interface Banner {
|
||||
id: string;
|
||||
message: string;
|
||||
level: BannerLevel;
|
||||
show_as: BannerShowAs;
|
||||
starts_at: string;
|
||||
ends_at: string | null;
|
||||
created_at: string;
|
||||
|
||||
@@ -15,6 +15,7 @@ export interface VikunjaProject {
|
||||
export interface VikunjaTasksResponse {
|
||||
configured: boolean;
|
||||
data: VikunjaTask[];
|
||||
vikunjaUrl?: string;
|
||||
}
|
||||
|
||||
export interface VikunjaProjectsResponse {
|
||||
|
||||
Reference in New Issue
Block a user