UNPKG

payload-plugin-scheduler

Version:
6 lines (5 loc) 291 B
import type { RelationshipField } from 'payload/types'; /** * Wrapper around the default `RelationshipField` that ensures "related" documents are published before the primary document */ export declare const SafeRelationship: (props: Omit<RelationshipField, 'type'>) => RelationshipField;