Type Alias DeleteNotificationsHttpError

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

Properties

Properties

data: Errors
headers: Headers
status: 401 | 500