Commit aa81cb1c authored by qinhaitao's avatar qinhaitao

feat: 🎸 clcard

parent ebf04135
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
type IActivityInfo = ICommonActivityInfo & ICustomActivityInfo type IActivityInfo = ICommonActivityInfo & ICustomActivityInfo
interface ICustomActivityInfo {
collectCardConfig: {
freeTimes: number
freeType: number
joinLimit: number
}
shareImage: string
shareTitle: string
shareSubtitle: string
}
interface ICommonActivityInfo { interface ICommonActivityInfo {
_id?: string _id?: string
id?: string id?: string
...@@ -20,17 +30,6 @@ interface ICommonActivityInfo { ...@@ -20,17 +30,6 @@ interface ICommonActivityInfo {
tasks?: ITasks tasks?: ITasks
} }
interface ICustomActivityInfo {
collectCardConfig: {
freeTimes: number
freeType: number
joinLimit: number
}
shareImage: string
shareTitle: string
shareSubtitle: string
}
type ITaskType = type ITaskType =
| 'follow' | 'follow'
| 'member' | '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