Skip to content

Commit fa37b8a

Browse files
Export as LinkName instead of as Contanis
1 parent 76964a5 commit fa37b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export {LinkName as Contains} from './link-name'
1+
export {LinkName} from './link-name'
22
export {getPushNotification, type GetPushNotificationParam, type GetPushNotificationResult} from './get-push-notification'
33
export {insertDeviceRegistrationToken, type InsertDeviceRegistrationTokenParam, type InsertDeviceRegistrationTokenResult} from './insert-device-registration-token'
44
export {insertPushNotification, type InsertPushNotificationParam, type InsertPushNotificationResult} from './insert-push-notification'

0 commit comments

Comments
 (0)