Type Alias ApiCreateGenerationEvent

ApiCreateGenerationEvent: ApiBaseEvent & {
    body: ApiCreateGenerationBody;
}

CreateGenerationEvent