Fix LeftPaneComposeHelper
type
This commit is contained in:
parent
099bafe917
commit
54373810ea
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import { missingCaseError } from '../../util/missingCaseError';
|
||||||
|
|
||||||
export type LeftPaneComposePropsType = {
|
export type LeftPaneComposePropsType = {
|
||||||
composeContacts: ReadonlyArray<ContactListItemPropsType>;
|
composeContacts: ReadonlyArray<ContactListItemPropsType>;
|
||||||
composeGroups: ReadonlyArray<ContactListItemPropsType>;
|
composeGroups: ReadonlyArray<ConversationListItemPropsType>;
|
||||||
regionCode: string;
|
regionCode: string;
|
||||||
searchTerm: string;
|
searchTerm: string;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue