Fix LeftPaneComposeHelper
type
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user