interface RemoveChatItemAction {
    targetItemId: string;
}

Properties

Properties

targetItemId: string