Type Alias LinksResponse

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

Properties

Properties