export type GetterOrDirectValue = ((params: P) => T) | T;