Interface CodeCardAction

interface CodeCardAction {
    cardType?: CodeCardType;
    editor?: CodeCardEditorType;
    url: string;
}

Properties

Properties

cardType?: CodeCardType
url: string