mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.200.0
This commit is contained in:
@@ -7,7 +7,7 @@ import { HTTPClient } from "../lib/http";
|
||||
export type HookContext = {
|
||||
operationID: string;
|
||||
oAuth2Scopes?: string[];
|
||||
security?: string | (() => Promise<string>);
|
||||
securitySource?: any | (() => Promise<any>);
|
||||
};
|
||||
|
||||
export type Awaitable<T> = T | Promise<T>;
|
||||
|
||||
Reference in New Issue
Block a user