fix(server/types): GetUserActivity actionType is optional (#4093)
- https://github.com/specklesystems/speckle-server/blob/04f84c31f36da3d8eb828c7262a040e4c5ecee2e/packages/server/modules/activitystream/repositories/index.ts#L213
This commit is contained in:
@@ -149,7 +149,7 @@ export type GetUserActivity = ({
|
||||
limit
|
||||
}: {
|
||||
userId: string
|
||||
actionType: StreamActionType
|
||||
actionType?: StreamActionType
|
||||
after?: Date
|
||||
before?: Date
|
||||
cursor?: Date
|
||||
|
||||
Reference in New Issue
Block a user