Skip to content

Commit 6c47685

Browse files
committed
chore: manually trigger github workflows on automated pr
1 parent da82d7a commit 6c47685

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type { HybridObject } from 'react-native-nitro-modules';
22

3-
export interface <%- project.name %>
4-
extends HybridObject<{ ios: 'swift'; android: 'kotlin' }> {
3+
export interface <%- project.name %> extends HybridObject<{
4+
ios: 'swift';
5+
android: 'kotlin'
6+
}> {
57
multiply(a: number, b: number): number;
68
}

0 commit comments

Comments
 (0)