mirror of https://github.com/Chocobozzz/PeerTube
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
|
export interface RegisterSettingOptions {
|
||
|
name: string
|
||
|
label: string
|
||
|
type: 'input'
|
||
|
default?: string
|
||
|
}
|