update
This commit is contained in:
@@ -198,3 +198,33 @@ export const STATUS_COLORS: Record<StatusEnum, 'success' | 'warning' | 'error' |
|
||||
anwärter: 'default',
|
||||
ausgetreten: 'error',
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// FDISK-synced sub-section types
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
export interface Befoerderung {
|
||||
id: string;
|
||||
datum: string | null;
|
||||
dienstgrad: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface Untersuchung {
|
||||
id: string;
|
||||
datum: string | null;
|
||||
anmerkungen: string | null;
|
||||
art: string;
|
||||
ergebnis: string | null;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface Fahrgenehmigung {
|
||||
id: string;
|
||||
ausstellungsdatum: string | null;
|
||||
gueltig_bis: string | null;
|
||||
behoerde: string | null;
|
||||
nummer: string | null;
|
||||
klasse: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user