/** * Custom pack properties for using in hooks, etc. */ export type CustomPackProperties = Readonly<{ internalPackRunId: number; name: string; }>;