Type Alias GetTemplatesResponse

type GetTemplatesResponse = {
    data?: ReportTemplateResponse[];
    links?: PaginationLinks;
}
Index

Properties

Properties

The current page data.