Type Alias GetNotificationsHttpError

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

Properties

Properties

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