fix(documentation): Improve documentation formatting and code consistency across project files
This commit is contained in:
@@ -10,7 +10,7 @@ export enum ServiceType {
|
||||
POSTGRESQL = 'postgresql',
|
||||
MONGODB = 'mongodb',
|
||||
REDIS = 'redis',
|
||||
UNKNOWN = 'unknown'
|
||||
UNKNOWN = 'unknown',
|
||||
}
|
||||
|
||||
export interface IDetectorResult {
|
||||
@@ -41,4 +41,4 @@ export interface IDetectorOptions {
|
||||
timeout?: number;
|
||||
includeNetworkDiagnostics?: boolean;
|
||||
detectServiceType?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user