add list to catalog
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export type Cert = {
|
||||
exp_interval: number
|
||||
}
|
||||
|
||||
export type Course = {
|
||||
id: string
|
||||
name: string
|
||||
access_period: string
|
||||
cert: Cert
|
||||
metadata__unit_price?: number
|
||||
}
|
||||
|
||||
export type CustomPricing = {
|
||||
sk: string
|
||||
unit_price: number
|
||||
}
|
||||
Reference in New Issue
Block a user