8 lines
173 B
TypeScript
Raw Normal View History

2021-12-19 19:19:46 +08:00
export type CardType = {
id: number | string
title: string // 标题
lableId: string | number
label: string // 标签
release: number // 0未发布 | 1已发布
}