Type Alias LinksResponse

type LinksResponse = {
    next: LinkResponse;
    prev: LinkResponse;
    self: LinkResponse;
}
Index

Properties

Properties