Type Alias DeleteNotificationHttpError

type DeleteNotificationHttpError = {
    data: Errors;
    headers: Headers;
    status: 401 | 404 | 500;
}
Index

Properties

Properties

data: Errors
headers: Headers
status: 401 | 404 | 500