Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 354 Bytes

File metadata and controls

22 lines (15 loc) · 354 Bytes

UpdateAllNotificationsStatusResponse

Supported Types

models.UpdateAllNotificationsStatusResponseSchema

const value: models.UpdateAllNotificationsStatusResponseSchema = {
  data: [],
};

models.ErrorResponse

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