oxen-website/constants/tos.ts

7 lines
158 B
TypeScript

const TOS: Record<string, string> = {
Vimeo: 'https://vimeo.com/terms',
YouTube: 'https://www.youtube.com/static?template=terms',
};
export default TOS;