AppleSauce
    Preparing search index...

    Type Alias FileMetadata

    type FileMetadata = {
        alt?: string;
        blurhash?: string;
        dimensions?: string;
        fallback?: string[];
        image?: string;
        infohash?: string;
        magnet?: string;
        originalSha256?: string;
        sha256?: string;
        size?: number;
        summary?: string;
        thumbnail?: string;
        type?: string;
        url: string;
    }
    Index

    Properties

    alt?: string

    description for accessability

    blurhash?: string

    blurhash

    dimensions?: string

    size of file in pixels in the form x

    fallback?: string[]

    fallback URLs

    image?: string

    URL to a preview image with the same dimensions

    infohash?: string

    torrent infohash

    magnet?: string

    magnet

    originalSha256?: string

    The original sha256 hash before the file was transformed

    sha256?: string

    sha256 hash of the file

    size?: number

    size of the file in bytes

    summary?: string

    summary

    thumbnail?: string

    URL to a thumbnail

    type?: string

    MIME type

    url: string

    URL of the file