Annotations that allow to associate arbitrary metadata with the Executor instance.

interface ExecutorAnnotations {
    [key: PropertyKey]: any;
}

Indexable

[key: PropertyKey]: any