mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 12:15:42 +08:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
import { ConfigEntry, ConfigEntryType } from "../types"
|
||
|
|
||
|
export default function (data: ConfigEntry[]): string {
|
||
|
return ""
|
||
|
}
|