6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
/**
|
|
* Max stakeholder emails per draft + publish body.
|
|
* Server: {@link MAX_STAKEHOLDER_EMAILS} in `lib/server/validation/createFlowSchemas.ts` must match.
|
|
*/
|
|
export const MAX_STAKEHOLDER_EMAILS = 30;
|