ScribeMessage can now be used instead

Summary: As the type is now defined in flipper-common, it can be used.

Reviewed By: antonk52

Differential Revision: D48557043

fbshipit-source-id: 3838a189e431718cd1438d2dad5d7034d34bb93b
This commit is contained in:
Lorenzo Blasa
2023-08-23 07:15:29 -07:00
committed by Facebook GitHub Bot
parent cc28b5aea7
commit c93a781247

View File

@@ -7,6 +7,8 @@
* @format
*/
import {ScribeMessage} from 'flipper-common';
export async function sendScribeLogs(
_messages: {category: string; message: string}[],
_messages: ScribeMessage[],
): Promise<void> {}