7 lines
71 B
TypeScript
7 lines
71 B
TypeScript
/**
|
|
* @internal
|
|
*/
|
|
export interface ZXingEnum {
|
|
value: number;
|
|
}
|