VisitInput
Home > @backstage/plugin-home > VisitInput
Type definition for visit data before it's saved (without auto-generated fields)
Signature:
export type VisitInput = {
name: string;
pathname: string;
entityRef?: string;
};
Home > @backstage/plugin-home > VisitInput
Type definition for visit data before it's saved (without auto-generated fields)
Signature:
export type VisitInput = {
name: string;
pathname: string;
entityRef?: string;
};