Update Code.ts

This commit is contained in:
Marc Rousavy 2021-03-07 14:20:58 +01:00 committed by GitHub
parent 2925b846b1
commit 0a76a416ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export type CodeType =
| 'upce';
/**
* Represents a File in the local filesystem.
* Represents a Metadata Code read by the Camera. Example: QR Code
*/
export type Code = Readonly<{
/**