Use new createLink for typesafe route links #491
test.yml
on: push
lint-ts
39s
sourcemod-plugin
7s
backend-test
1m 59s
frontend-test
0s
Annotations
10 errors
lint-ts
Property 'toOptions' is missing in type '{ data: SMAdmin[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<SMAdmin, string> & Partial<IdIdentifier<SMAdmin, string>>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination: Dispatch<...>; }' but required in type 'FullTableProps<SMAdmin>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: SMGroups[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<SMGroups, string> & Partial<IdIdentifier<SMGroups, string>>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination: Dispatch<...>; }' but required in type 'FullTableProps<SMGroups>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: SMGroupImmunity[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<SMGroupImmunity, string> & Partial<IdIdentifier<...>>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination: Dispatch<...>; }' but required in type 'FullTableProps<SMGroupImmunity>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: SMOverrides[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<SMOverrides, string> & Partial<IdIdentifier<SMOverrides, string>>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination: Dispatch<...>; }' but required in type 'FullTableProps<SMOverrides>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: ({ group_override_id: number; group_id: number; type: OverrideType; name: string; access: OverrideAccess; } & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<...> & Partial<...>) | ... 1 more ... | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination...' but required in type 'FullTableProps<SMGroupOverrides>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: (ASNBanRecord & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<ASNBanRecord, number> & Partial<...>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; sorting: SortingState; pagination: PaginationState; setPagination: Dispatch<...>; column...' but required in type 'FullTableProps<ASNBanRecord>'.
|
lint-ts
Property 'toOptions' is missing in type '{ columnFilters: ColumnFiltersState; pagination: PaginationState; setPagination: Dispatch<SetStateAction<PaginationState>>; data: (CIDRBanRecord & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<...> & Partial<...>) | ... 1 more ... | (ColumnDefBase<...> & IdIdentifier<...>))[]; sorting: Sort...' but required in type 'FullTableProps<CIDRBanRecord>'.
|
lint-ts
Property 'toOptions' is missing in type '{ columnFilters: ColumnFiltersState; pagination: PaginationState; setPagination: Dispatch<SetStateAction<PaginationState>>; data: (GroupBanRecord & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<...> & Partial<...>) | ... 1 more ... | (ColumnDefBase<...> & IdIdentifier<...>))[]; sorting: Sor...' but required in type 'FullTableProps<GroupBanRecord>'.
|
lint-ts
Property 'toOptions' is missing in type '{ columnFilters: ColumnFiltersState; pagination: PaginationState; setPagination: Dispatch<SetStateAction<PaginationState>>; data: ({ ...; } & ... 1 more ... & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<...> & Partial<...>) | ... 1 more ... | (ColumnDefBase<...> & IdIdentifier<...>))[]; s...' but required in type 'FullTableProps<SteamBanRecord>'.
|
lint-ts
Property 'toOptions' is missing in type '{ data: (NewsEntry & TimeStamped)[]; isLoading: boolean; columns: ((AccessorKeyColumnDefBase<NewsEntry, number> & Partial<...>) | (ColumnDefBase<...> & StringHeaderIdentifier) | (ColumnDefBase<...> & IdIdentifier<...>))[]; pagination: PaginationState; setPagination: Dispatch<...>; sorting: SortingState; }' but required in type 'FullTableProps<NewsEntry>'.
|