debeem-wallet
interface BasicEntity {
    root: {
        key: string;
        value: string;
    };
}

Hierarchy

  • DBSchema
    • BasicEntity

Properties

Properties

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

Type declaration

  • key: string
  • value: string