add delay time to api report

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-12-20 14:41:22 +00:00
parent 2c0c10045c
commit 2e633f5e51
+1
View File
@@ -262,6 +262,7 @@ export const EntityPeekAheadPopover: (
// @public
export type EntityPeekAheadPopoverProps = PropsWithChildren<{
entityRef: string;
delayTime?: number;
}>;
// @public (undocumented)