SongGuess
    Preparing search index...

    Type Alias WorkerVersionMetadata

    The interface for "version_metadata" binding providing metadata about the Worker Version using this binding.

    type WorkerVersionMetadata = {
        id: string;
        tag: string;
        timestamp: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the Worker Version using this binding

    tag: string

    The tag of the Worker Version using this binding

    timestamp: string

    The timestamp of when the Worker Version was uploaded