2874ea78c4
Renames the Zeiterfassung-vs-home flag to a clearer English name (SQL alias AT_COMPANY, model property AT_COMPANY, JSON atCompany) in both the server query/model and the client AvailabilityInfo type and people-tile renderer.
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
export class AvailabilityInfo {
|
|
public user: string;
|
|
public loggedIn: boolean;
|
|
public extension: string;
|
|
public lastStamp: Date;
|
|
public atCompany: boolean;
|
|
}
|