(
endpoint: string,
data?: unknown,
options?: RequestInit
)
| 31 | options?: RequestInit |
| 32 | ): Promise<{ status: number; data: T }>; |
| 33 | patch<T>( |
| 34 | endpoint: string, |
| 35 | data?: unknown, |
| 36 | options?: RequestInit |
nothing calls this directly
no outgoing calls
no test coverage detected