Type alias ChatMutation

ChatMutation: {
    index: string[];
    syncAction: ISyncActionData;
}

Type declaration

Generated using TypeDoc