Type Alias ApiUpdateGenerationEvent

ApiUpdateGenerationEvent: ApiBaseEvent & {
    body: ApiUpdateGenerationBody;
}

UpdateGenerationEvent