Type Alias InviteUsersHttpError

type InviteUsersHttpError = {
    data: ErrorsResponse;
    headers: Headers;
    status: number;
}
Index

Properties

Properties

headers: Headers
status: number