revises Config type

This commit is contained in:
James
2020-12-24 10:47:14 -05:00
parent be04310810
commit f86e90b072
2 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ type ADD = {
data: PaginatedDocs
relation: string
hasMultipleRelations: boolean
labelKey: string
collection: CollectionConfig
}