Skip to content

Commit

Permalink
Merge pull request #350 from mia-platform/fix/request-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Mar 13, 2023
2 parents b1baabb + 11c583e commit ce444d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ declare namespace customPlugin {
getGroups: () => string[],
getClientType: () => string | null,
isFromBackOffice: () => boolean,
getMiaHeaders: () => NodeJS.Dict<string | string[]>
/**
* @deprecated Do not use this method, use `getHttpClient` instead
*/
Expand Down

0 comments on commit ce444d2

Please sign in to comment.