Interface IAuditsSettings

interface IAuditsSettings {
    ArchiveEnabled: boolean;
    EventTTL: number;
}

Properties

ArchiveEnabled: boolean
EventTTL: number