fix: added setting a default type for PaginatedDocumented entity, thi… (#720)
This commit is contained in:
parent
1842d830d1
commit
0eccbc1292
@ -128,6 +128,7 @@ export class PaginatedDocumented<T> extends Paginated<T> {
|
|||||||
isArray: true,
|
isArray: true,
|
||||||
required: true,
|
required: true,
|
||||||
title: 'Array of entities',
|
title: 'Array of entities',
|
||||||
|
type: 'object',
|
||||||
})
|
})
|
||||||
override data!: T[]
|
override data!: T[]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user