Skip to content

Commit 3e2fd3b

Browse files
author
Petr Kachanovsky
committed
fix: correct interface extend
1 parent 33c20d7 commit 3e2fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ export interface ResourceOptions extends Omit<ResourceOptionsInput, 'allowedActi
11411141
* Resource describes one table or collection in database.
11421142
* AdminForth generates set of pages for 'list', 'show', 'edit', 'create', 'filter' operations for each resource.
11431143
*/
1144-
export interface AdminForthResource extends Omit<AdminForthResourceInput, 'options'> {
1144+
export interface AdminForthResource extends Omit<AdminForthResourceInput, 'options' | 'columns'> {
11451145
/**
11461146
* Array of plugins which will be used to modify resource configuration.
11471147
*

0 commit comments

Comments
 (0)