Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
types(share): correct the name of the filter
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 15, 2022
1 parent c2933bc commit a9021e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shareable/types/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface ConsultationFilter<T extends number|string = string> extends Se
}
}

export interface ChatMessageLKindFilter extends Serializable {
export interface ChatMessageKindFilter extends Serializable {
filter: {
/**
* Kind of messages to get from server
Expand Down Expand Up @@ -171,4 +171,4 @@ export type ChatMessageActivityQueryParameters<T extends number|string = string>
export type ChatMessageQueryParameters<T extends number|string = string> =
& CommonQueryParameters
& ConsultationFilter<T>
& ChatMessageLKindFilter
& ChatMessageKindFilter

0 comments on commit a9021e2

Please sign in to comment.