mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-21 12:59:52 -06:00
fmt: apparently api.d.ts was out of sync with linter
This commit is contained in:
2
extensions/api.d.ts
vendored
2
extensions/api.d.ts
vendored
@@ -14,7 +14,7 @@ import type * as ExtensionControllerExports from './ExtensionController/src/Exte
|
||||
declare global {
|
||||
namespace Express {
|
||||
interface Request {
|
||||
services: { get: <T extends (keyof ServiceNameMap) | (string & {}) >(string: T) => T extends keyof ServiceNameMap ? ServiceNameMap[T] : unknown }
|
||||
services: { get: <T extends (keyof ServiceNameMap) | (string & {})>(string: T) => T extends keyof ServiceNameMap ? ServiceNameMap[T] : unknown }
|
||||
actor: Actor,
|
||||
rawBody: Buffer,
|
||||
/** @deprecated use actor instead */
|
||||
|
||||
Reference in New Issue
Block a user