diff --git a/packages/feathers/index.d.ts b/packages/feathers/index.d.ts index acadc628fe..0c31c9e7ca 100644 --- a/packages/feathers/index.d.ts +++ b/packages/feathers/index.d.ts @@ -42,6 +42,7 @@ declare namespace createApplication { provider?: string; route?: {[key: string]: string}; headers?: {[key: string]: any}; + user?: {[key: string]: any}; [key: string]: any; // (JL) not sure if we want this }