ActionWorkflowResponse: {
    actionId: string;
    order: number;
    stepType?: "CREATE_REPO";
    versionRange: string;
}

Type declaration

  • actionId: string
  • order: number
  • OptionalstepType?: "CREATE_REPO"
  • versionRange: string