Type Alias RkeyInfo

RkeyInfo: {
    expire_time: number;
    rkey: String;
    store_id: number;
    type: number;
}