Interface DeputyDiffCacheStore

interface DeputyDiffCacheStore {
    key: number;
    value: ExpandedRevisionData;
}

Properties

Properties

key: number