Type alias _GettersTree<S>

_GettersTree<S>: Record<string, ((state) => any) | (() => any)>

Type of an object of Getters that infers the argument. For internal usage only. For internal use only

Type Parameters

Generated using TypeDoc