mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-24 17:55:11 +02:00
feat: Add to sonarr dialog, reworked requests
This commit is contained in:
@@ -4,6 +4,10 @@ export interface Api<Paths extends NonNullable<unknown>> {
|
||||
getClient(): ReturnType<typeof createClient<Paths>>;
|
||||
}
|
||||
|
||||
export interface ApiAsync<Paths extends NonNullable<unknown>> {
|
||||
getClient(): Promise<ReturnType<typeof createClient<Paths>>>;
|
||||
}
|
||||
|
||||
// export abstract class Api<Paths extends NonNullable<unknown>> {
|
||||
// protected abstract baseUrl: string;
|
||||
// protected abstract client: ReturnType<typeof createClient<Paths>>;
|
||||
|
||||
Reference in New Issue
Block a user