Type alias ObjValue

ObjValue: {
    [key: string]: AsyncValue;
}

Object value type.

Type declaration

Generated using TypeDoc