Type alias for the service request executor function signature. This executor is automatically passed as the last parameter to methods decorated with
(without lifecycle).
type CreateReleaseExecutor = ServiceRequestExecutor<paths, typeof PATH_VM_INSTALL, 'post'>; Copy
type CreateReleaseExecutor = ServiceRequestExecutor<paths, typeof PATH_VM_INSTALL, 'post'>;
Type alias for the service request executor function signature. This executor is automatically passed as the last parameter to methods decorated with