Type Alias TitleArray

TitleArray: {
    title: string;
    type: string;
}[]