Add type for ConversationModel#getGroupV1Info
This commit is contained in:
parent
d5d808651a
commit
52328c2634
2 changed files with 12 additions and 6 deletions
|
@ -94,7 +94,7 @@ export type GroupV2InfoType = {
|
|||
revision: number;
|
||||
members: Array<string>;
|
||||
};
|
||||
type GroupV1InfoType = {
|
||||
export type GroupV1InfoType = {
|
||||
id: string;
|
||||
members: Array<string>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue