mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed build type check
This commit is contained in:
parent
d5ec495785
commit
a448272620
@ -7,8 +7,8 @@ interface FindContributionsOptions {
|
||||
order: Order
|
||||
currentPage: number
|
||||
pageSize: number
|
||||
withDeleted?: boolean | null
|
||||
relations?: string[] | null
|
||||
withDeleted?: boolean
|
||||
relations?: string[]
|
||||
userId?: number | null
|
||||
statusFilter?: ContributionStatus[] | null
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user