Type alias ReferenceConfig

ReferenceConfig: {
    description?: string;
    name: string;
    targetCollections: string[];
}

Type declaration

  • Optional description?: string
  • name: string
  • targetCollections: string[]