@vhidvz/wfjs
    Preparing search index...

    Interface TokenInterface

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

    Implemented by

    Index

    Properties

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