import type { LifetimesConstraint } from "./LifetimesConstraint"; export type LifetimesOption = TIsPage extends false ? { lifetimes?: LifetimesConstraint; } : unknown;