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 c5aa570 commit c240e32Copy full SHA for c240e32
structure/MOODLE_404_STABLE.ts
@@ -8533,6 +8533,7 @@ export type AddonModBigbluebuttonbnGetRecordingsToImportWSResponse = {
8533
type?: string; // Column type.
8534
sortable?: boolean; // Whether this column is sortable.
8535
allowHTML?: boolean; // Whether this column contains HTML.
8536
+ formatter?: string; // Formatter name.
8537
}[];
8538
data: string;
8539
};
0 commit comments