KindFacet<O>: RemotableObject & {
    [K in keyof O]: OmitFirstArg<O[K]>
}

Type Parameters

  • O