import { SubscribersControllerChatOauthCallbackResponse } from "@novu/api/models/operations";
let value: SubscribersControllerChatOauthCallbackResponse = {
headers: {
"key": [
"<value>",
],
},
result: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
operations.SubscribersControllerChatOauthCallbackResponseResult | ✔️ | N/A |