Bilibili-Evolved/webpack/cdn/types.ts
2022-09-17 17:03:46 +08:00

18 lines
330 B
TypeScript

export interface CdnConfig {
name: string
owner: string
host: string
stableClient: string
previewClient: string
library: {
lodash: string
protobuf: string
jszip: string
sortable: string
mdi: string
},
smallLogo: string
logo: string
root: (branch: string, ownerOverride: string) => string
}