Automate Paperless webhook setup
This commit is contained in:
@@ -37,7 +37,8 @@ export type SettingKey =
|
||||
| "aiSystemPrompt"
|
||||
| "aiTimeoutSeconds"
|
||||
| "aiMaxTokens"
|
||||
| "paperlessWebhookSecret";
|
||||
| "paperlessWebhookSecret"
|
||||
| "paperlessWorkflowId";
|
||||
|
||||
export type StoredSettings = Partial<Record<SettingKey, unknown>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user