interface NormalizedRelationDefinition {
    config: RelationConfig;
    name: string;
}

Properties

Properties

name: string