superdesk/superdesk-client-core

View on GitHub
scripts/apps/desks/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const limits = {
    stage: 40,
    desk: 40,
};

export const DESK_OUTPUT = 'deskOutput';
export const SENT_OUTPUT = 'sentDeskOutput';
export const SCHEDULED_OUTPUT = 'scheduledDeskOutput';
export const HIGHLIGHTS = 'highlights';