Type alias FeedLayoutComponent

FeedLayoutComponent: {
    componentType: string;
    height?: number | null;
    page?: string | null;
}

Type declaration

  • componentType: string
  • Optional height?: number | null
  • Optional page?: string | null