Skip to main content

InterfaceCardItem

Admin Docs


Interface: InterfaceCardItem

Defined in: src/components/OrganizationDashCards/CardItem.tsx:14

Interface for the CardItem component's props.

Properties

creator?

optional creator: object

Defined in: src/components/OrganizationDashCards/CardItem.tsx:20

_id

_id: string

email

email: string

firstName

firstName: string

lastName

lastName: string


enddate?

optional enddate: string

Defined in: src/components/OrganizationDashCards/CardItem.tsx:19


location?

optional location: string

Defined in: src/components/OrganizationDashCards/CardItem.tsx:26


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"

Defined in: src/components/OrganizationDashCards/CardItem.tsx:15