src/lib/service/system-status/system.status.interface.ts
Properties |
aclChangedOn |
aclChangedOn:
|
Type : string
|
inboxChangedOn |
inboxChangedOn:
|
Type : string
|
orgChangedOn |
orgChangedOn:
|
Type : string
|
schemaChangedOn |
schemaChangedOn:
|
Type : string
|
securityChangedOn |
securityChangedOn:
|
Type : string
|
export interface ISystemStatus {
aclChangedOn: string;
inboxChangedOn: string;
orgChangedOn: string;
schemaChangedOn: string;
securityChangedOn: string;
}