Type alias WorkerVersionMetadata

WorkerVersionMetadata: {
    id: string;
    tag: string;
}

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

Type declaration

  • id: string

    The ID of the Worker Version using this binding

  • tag: string

    The tag of the Worker Version using this binding