import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Instagram',
    url: 'www.instagram.com',
    description: `::: tip
It's highly recommended to deploy with Redis cache enabled.
:::`,
    lang: 'en',
};
