Type Alias Tasks

type Tasks = {
    data: Task[];
    links: PaginationLinks;
}
Index
data: Task[]