interface GenericTextConfig {
    description: string;
    links?: Link[];
    sections?: Section[];
    subtitle?: string;
    title: string;
}

Properties

description: string
links?: Link[]
sections?: Section[]
subtitle?: string
title: string