UNPKG

payload-kanban-board

Version:
7 lines (6 loc) 261 B
import { type CollectionBeforeChangeHook } from 'payload'; /** * Generates the initial 'Lexorank'/orderRank based on the last known document in the same status. */ declare const generateOrderRank: CollectionBeforeChangeHook; export default generateOrderRank;