We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c240e32 commit 17c2a97Copy full SHA for 17c2a97
structure/MOODLE_403_STABLE.ts
@@ -8340,6 +8340,7 @@ export type AddonModBigbluebuttonbnGetRecordingsToImportWSResponse = {
8340
type?: string; // Column type.
8341
sortable?: boolean; // Whether this column is sortable.
8342
allowHTML?: boolean; // Whether this column contains HTML.
8343
+ formatter?: string; // Formatter name.
8344
}[];
8345
data: string;
8346
};
0 commit comments