/** * Projection scope. * * @type {{INPUT: string, OUTPUT: string}} */ export const ProjectionScope = { INPUT: 'input', OUTPUT: 'output', };