Type Alias MeetingsAddMeetingAppResponse

MeetingsAddMeetingAppResponse: {
    app_id?: string;
    id?: number;
    start_time?: string;
}