Type Alias RunDetailRequestObject

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

Properties

Properties

context: "api"

The source that triggers the automation will set the context.

id?: string