Interface LintCacheInfo<T>
interface LintCacheInfo<T = Record<string, unknown>> { $commitId?: string; list: { [filepath: string]: { md5: string; updateTime: number } & T }; success?: boolean; version?: string;} Type Parameters
- T = Record<string, unknown>
Properties
Optional
$commitId
$commitId?: string
list
list: { [filepath: string]: { md5: string; updateTime: number } & T } Optional
success
success?: boolean
Optional
version
version?: string
最近一次执行的 commitId