Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.4 KB

subscriberscontrollerchatoauthcallbackresponse.md

File metadata and controls

23 lines (18 loc) · 1.4 KB

SubscribersControllerChatOauthCallbackResponse

Example Usage

import { SubscribersControllerChatOauthCallbackResponse } from "@novu/api/models/operations";

let value: SubscribersControllerChatOauthCallbackResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: "<value>",
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result operations.SubscribersControllerChatOauthCallbackResponseResult ✔️ N/A