Type alias Event

Event: {
    active: boolean;
    content: string;
    id?: number;
    image: string;
    title: string;
}

Type declaration

  • active: boolean
  • content: string
  • Optional id?: number
  • image: string
  • title: string

Generated using TypeDoc