mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Add onlySharedWithMe filter to GET /workflows endpoint (no-changelog) (#14853)
This commit is contained in:
@@ -45,7 +45,11 @@ export declare namespace WorkflowRequest {
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
ListQuery.Params & { includeScopes?: string; includeFolders?: string }
|
||||
ListQuery.Params & {
|
||||
includeScopes?: string;
|
||||
includeFolders?: string;
|
||||
onlySharedWithMe?: string;
|
||||
}
|
||||
> & {
|
||||
listQueryOptions: ListQuery.Options;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user