Interface DeputyTagCacheStore

interface DeputyTagCacheStore {
    key: string;
    value: {
        key: string;
        value: string;
    };
}

Properties

Properties

key: string
value: {
    key: string;
    value: string;
}