fix permissions
This commit is contained in:
@@ -68,17 +68,6 @@ export interface AssignableMember {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface IssueStatusmeldung {
|
||||
id: number;
|
||||
titel: string;
|
||||
inhalt: string | null;
|
||||
schwere: 'info' | 'warnung' | 'fehler';
|
||||
aktiv: boolean;
|
||||
erstellt_von: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
export interface IssueStatusDef {
|
||||
id: number;
|
||||
schluessel: string;
|
||||
|
||||
Reference in New Issue
Block a user