Add Secondary Media Info
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
export interface MiscInfo {
|
||||
text?: string | number;
|
||||
interface TextAction {
|
||||
url: string;
|
||||
title: string;
|
||||
cssClass?: string;
|
||||
}
|
||||
export interface MiscInfo {
|
||||
text?: string | number;
|
||||
textAction?: TextAction;
|
||||
cssClass?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user