Skip to main content
Module

x/plugnmeet/types/deleteRecordings.ts

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
File
export type DeleteRecordingsParams = { record_id: string;};
export type DeleteRecordingsResponse = { status: boolean; msg: string;};