owncast/web/interfaces/external-action.ts

6 lines
110 B
TypeScript

export interface ExternalAction {
title: string;
description?: string;
color?: string;
url: string;
}