TenantAtlas/apps/platform/.pnpm-store/v10/files/cb/e871137131efab1eb3def30f7b2875c4c8714a2814911e3e476ec7a105f19353f976df8eae03353f634866e776c79a97d6b28ce20a9723dbf7750d2e8fc1a5
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

10 lines
177 B
Plaintext

export type Callback = (
directory: string,
files: string[],
) => string | false | void;
export default function (
directory: string,
callback: Callback,
): string | void;