Type Alias Tasks

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

Properties

Properties

data: Task[]