mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 18:50:05 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
export interface LogStatistics {
|
|
lineCount: number
|
|
modifiedTimeStamp: string
|
|
}
|