interface TokenInterface {
    history: StateInterface<any>[];
    id: string;
    locked?: boolean;
    parent?: string;
}

Implemented by

Properties

history: StateInterface<any>[]
id: string
locked?: boolean
parent?: string

Generated using TypeDoc