Skip to content
On this page

Home > entanclature > Decoded

Decoded type

All the information needed to encode an image.

Signature:

typescript
export declare type Decoded = {
    hash: string;
    meta: {
        type: Type;
        quality?: Quality;
    }[];
    check?: string;
};

References: Type, Quality

Released under the CC-BY-SA-4.0 License.