mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(profile): added grid layout & cleaned up styles
This commit is contained in:
@@ -124,6 +124,14 @@ export namespace API {
|
||||
}
|
||||
}
|
||||
|
||||
export namespace PlayerJournal {
|
||||
export interface Data {
|
||||
timetables: TimetableHistory.DataShort[];
|
||||
issuedTimetables: TimetableHistory.DataShort[];
|
||||
duties: DispatcherHistory.Data[];
|
||||
}
|
||||
}
|
||||
|
||||
export namespace ActiveSceneries {
|
||||
export interface Data {
|
||||
dispatcherId: number;
|
||||
|
||||
Reference in New Issue
Block a user