UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

5 lines (4 loc) 165 B
import type { FileActionPlan } from '../../../../domain.objects'; export declare const displayPlans: ({ plans }: { plans: FileActionPlan[]; }) => Promise<void>;