We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f1ad5 commit 429bc47Copy full SHA for 429bc47
packages/react-native-executorch/src/types/common.ts
@@ -194,6 +194,7 @@ export interface Frame {
194
getNativeBuffer(): { pointer: bigint; release(): void };
195
}
196
197
+/** *
198
* A readonly record mapping string keys to numeric or string values.
199
* Used to represent enum-like label maps for models.
200
*
@@ -206,4 +207,4 @@ export type LabelEnum = Readonly<Record<string, number | string>>;
206
207
208
* @category Types
209
*/
-export type Triple<T> = readonly [T, T, T];
210
+export type Triple<T> = readonly [T, T, T];
0 commit comments