export type ItemQuery = { userUuid?: string sortBy?: string sortOrder?: 'ASC' | 'DESC' uuids?: Array lastSyncTime?: number syncTimeComparison?: '>' | '>=' contentType?: string | string[] includeGroupUuids?: string[] exclusiveGroupUuids?: string[] | null deleted?: boolean offset?: number limit?: number createdBetween?: Date[] selectString?: string }