summary refs log tree commit diff
path: root/src/util/schemas/ConnectionCallbackSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/ConnectionCallbackSchema.ts')
-rw-r--r--src/util/schemas/ConnectionCallbackSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/ConnectionCallbackSchema.ts b/src/util/schemas/ConnectionCallbackSchema.ts

index eb86c087..b66bfe20 100644 --- a/src/util/schemas/ConnectionCallbackSchema.ts +++ b/src/util/schemas/ConnectionCallbackSchema.ts
@@ -21,5 +21,5 @@ export interface ConnectionCallbackSchema { state: string; insecure: boolean; friend_sync: boolean; - openid_params?: any; // TODO: types + openid_params?: unknown; // TODO: types }