UNPKG

nsn-entity

Version:

NSN实体组件

15 lines (10 loc) 240 B
import { NEntity } from "../../core"; /** Redis信息 */ export interface RedisInfo extends NEntity { /** redis信息的key */ key: string; /** key对应的键值 */ value: string; /** 描述内容 */ description: string; }