/** * The federation mode for an item */ export type FederationMode = "all" | "local" | "disable";