Interface WhiteListInfo<T>

interface WhiteListInfo<T> {
    $commitId?: string;
    list: {
        [filepath: string]: T;
    };
}

Type Parameters

  • T = unknown

Properties

Properties

$commitId?: string
list: {
    [filepath: string]: T;
}

白名单文件列表