import type { HookContext } from '@feathersjs/feathers' import type { UnwrapPaginatedOrArray } from './unwrap-paginated.js' import type { UnwrapArray } from '../internal.utils.js' export type ResultSingleHookContext = UnwrapPaginatedOrArray> export type DataSingleHookContext = UnwrapArray< NonNullable >