Interface TimestampConfig

interface TimestampConfig {
    acceptTimestampComment: boolean;
    includeUsername: boolean;
    moderatorOnly: boolean;
    outputFormat: string;
    outputPath: string;
    outputTimelineText: boolean;
}

Properties

acceptTimestampComment: boolean
includeUsername: boolean
moderatorOnly: boolean
outputFormat: string
outputPath: string
outputTimelineText: boolean