export const UPSDAP_TOS_TYPES = {
	LEGAL: 'legal',
	PROHIBITED_ITEMS: 'prohibited-items',
	TECHNOLOGY_AGREEMENT: 'technology-agreement',
} as const;
