mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export interface ExternalAction {
|
|
title: string;
|
|
description?: string;
|
|
color?: string;
|
|
url: string;
|
|
}
|