Commit aa81cb1c authored by qinhaitao's avatar qinhaitao

feat: 🎸 clcard

parent ebf04135
......@@ -2,6 +2,16 @@
type IActivityInfo = ICommonActivityInfo & ICustomActivityInfo
interface ICustomActivityInfo {
collectCardConfig: {
freeTimes: number
freeType: number
joinLimit: number
}
shareImage: string
shareTitle: string
shareSubtitle: string
}
interface ICommonActivityInfo {
_id?: string
id?: string
......@@ -20,17 +30,6 @@ interface ICommonActivityInfo {
tasks?: ITasks
}
interface ICustomActivityInfo {
collectCardConfig: {
freeTimes: number
freeType: number
joinLimit: number
}
shareImage: string
shareTitle: string
shareSubtitle: string
}
type ITaskType =
| 'follow'
| 'member'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment