Type alias ReduxDecoratorResult

ReduxDecoratorResult: {
    store: any;
}

redux decorator result

Type declaration

  • store: any

    store if the decorator created one