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