Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 297 Bytes

File metadata and controls

20 lines (13 loc) · 297 Bytes

SlackWebhookResponse

Supported Types

operations.SlackWebhookResponseBody

const value: operations.SlackWebhookResponseBody = {};

models.ErrorResponse

const value: models.ErrorResponse = {
  error: "Internal Server Error",
  code: 500,
};