Skip to main content
Version: Next

Visit

Home > @backstage/plugin-home > Visit

Model for a visit entity.

Signature:

export type Visit = {
id: string;
name: string;
pathname: string;
hits: number;
timestamp: number;
entityRef?: string;
};