Files
2026-04-07 14:50:23 +09:00

7 lines
143 B
TypeScript

export declare function actionAllowed(action: string, options: {
org?: string;
}): Promise<{
allowed: boolean;
reason: string;
}>;