1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Updating types to plurals after discussion about API design.

This commit is contained in:
mike12345567 2023-02-21 12:24:43 +00:00
parent 6cc96f39b1
commit e223fae02a

View file

@ -3,9 +3,9 @@ import { PaginationResponse, PaginationRequest } from "../"
import { User, App } from "../../../"
export interface AuditLogSearchParams {
userId?: string[]
appId?: string[]
event?: Event[]
userIds?: string[]
appIds?: string[]
events?: Event[]
startDate?: string
endDate?: string
fullSearch?: string