Interface IApplicationInstanceLog

interface IApplicationInstanceLog {
    dateFrom: string;
    dateTo: string;
    logs: string;
    truncated: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

dateFrom: string
dateTo: string
logs: string
truncated: boolean