/**
 * Constants for the StackDetailsComponent
 * The key for this mapping in constants-mapper.ts is 'stackDetails'
 */
export const STACK_DETAILS_CONSTANT: any = {
    stackReportsString: 'Stack Reports'
};
