Skip to content

Commit addbacc

Browse files
author
Elena Hristova
committed
chore: remove duplicate message template type definition
1 parent baff268 commit addbacc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/share-manager.d.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ import {
77

88
export * from './share-manager.common';
99

10-
export declare enum MessageGenericTemplateImageAspectRatio {
11-
Horizontal = 0,
12-
Square = 1
13-
}
14-
15-
export declare enum MessageMediaTemplateMediaType {
16-
Image = 0,
17-
Video = 1
18-
}
19-
2010
/**
2111
* When people share links from your app to Facebook it includes a contentURL with the link to be shared.
2212
* @param {string} link Link to be shared.

0 commit comments

Comments
 (0)