Interface DeputyDiffStatusStore

interface DeputyDiffStatusStore {
    key: string;
    value: DeputyDiffStatus;
}

Properties

Properties

key: string