Remove autogenerated header from webhook typings
This commit is contained in:
parent
6da1aa2cbe
commit
7a72e56dbd
@ -1,5 +1,3 @@
|
||||
/** THIS HEADER IS AUTOGENERATED. DO NOT MODIFY MANUALLY. For any changes, please update the '/openvidu-meet/typings' directory. */
|
||||
|
||||
import { MeetRecordingInfo } from './recording.model.js';
|
||||
import { OpenViduMeetRoom } from './room.js';
|
||||
|
||||
@ -9,7 +7,7 @@ export const enum MeetWebhookEventType {
|
||||
RECORDING_STARTED = 'recordingStarted',
|
||||
RECORDING_UPDATED = 'recordingUpdated',
|
||||
RECORDING_ENDED = 'recordingEnded',
|
||||
ROOM_FINISHED = 'roomFinished',
|
||||
ROOM_FINISHED = 'roomFinished'
|
||||
}
|
||||
|
||||
export interface MeetWebhookEvent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user