Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 571 Bytes

File metadata and controls

17 lines (12 loc) · 571 Bytes

SlackOAuthCallbackResponse

Example Usage

import { SlackOAuthCallbackResponse } from "@midday-ai/sdk/models/operations";

let value: SlackOAuthCallbackResponse = {
  headers: {},
};

Fields

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