Type Alias ActionResponse
ActionResponse: {
actionId: string;
name: string;
order: number;
stepType?: "CREATE_REPO";
versionRange: string;
}
Type declaration
actionId: string
name: string
order: number
OptionalstepType?: "CREATE_REPO"
versionRange: string