interface LogFile {
    enabled: boolean;
    path: string;
}

Properties

Properties

enabled: boolean
path: string