Doc: ``` const actor = pic.createActor<_SERVICE>({ idlFactory, canisterId }); ``` Code: ``` createActor<T = ActorInterface>(interfaceFactory: IDL.InterfaceFactory, canisterId: Principal): Actor<T>; ``` The doc is the intended interface.