export type InterceptorRecipe = 'correlation-id' | 'problem-details' | 'auth-token' | 'logging'; export interface Schema { name: InterceptorRecipe; project: string; path?: string; register?: boolean; force?: boolean; }