Type Alias RunDetailRequestObject

type RunDetailRequestObject = {
    context: "api";
    id?: string;
}
Index
context: "api"

The source that triggers the automation will set the context.

id?: string