main
ts 4 lines 77 Bytes
Raw
1 export interface AvailableContentPack {
2 name: string
3 description: string
4 }