InterfaceCardItem
talawa-admin • Docs
talawa-admin / components/OrganizationDashCards/CardItem / InterfaceCardItem
Interface: InterfaceCardItem
Interface for the CardItem component's props.
Properties
creator?
> optional
creator: any
Defined in
src/components/OrganizationDashCards/CardItem.tsx:20
enddate?
> optional
enddate: string
Defined in
src/components/OrganizationDashCards/CardItem.tsx:19
location?
> optional
location: string
Defined in
src/components/OrganizationDashCards/CardItem.tsx:21
startdate?
> optional
startdate: string
Defined in
src/components/OrganizationDashCards/CardItem.tsx:18
time?
> optional
time: string
Defined in
src/components/OrganizationDashCards/CardItem.tsx:17
title
> title: string
Defined in
src/components/OrganizationDashCards/CardItem.tsx:16
type
> type: "Event"
| "Post"
| "MembershipRequest"