rework from modal to page
This commit is contained in:
@@ -38,6 +38,16 @@ export interface IssueComment {
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface IssueHistorie {
|
||||
id: number;
|
||||
issue_id: number;
|
||||
aktion: string;
|
||||
details: Record<string, unknown> | null;
|
||||
erstellt_von: string | null;
|
||||
erstellt_von_name: string | null;
|
||||
erstellt_am: string;
|
||||
}
|
||||
|
||||
export interface CreateIssuePayload {
|
||||
titel: string;
|
||||
beschreibung?: string;
|
||||
|
||||
Reference in New Issue
Block a user