UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

9 lines (7 loc) 186 B
export enum NotificationType { NEW_ORDER = "b2b-create-order", } export interface NotificationData { template_slug?: NotificationType; target_object_id?: string | null; }