type alias ServiceGenericTypeimport { type ServiceGenericType } from "https://dotland.deno.dev/x/feathers@v5.0.0-pre.28/mod.ts"; Type ParametersSdefinition: S extends ServiceInterface<infer T> ? T : any