Interface OwnerState

interface OwnerState {
    description: string;
    state: 2 | 1 | 3 | 4 | 5;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

description: string

wiki text to describe user state

state: 2 | 1 | 3 | 4 | 5

Generated using TypeDoc