import type * as Rulebricks from "../index.js"; export interface ContextRelationshipIncoming extends Rulebricks.ContextRelationshipBase { source_context?: ContextRelationshipIncoming.SourceContext | undefined; } export declare namespace ContextRelationshipIncoming { interface SourceContext { id?: string | undefined; name?: string | undefined; slug?: string | undefined; } }