interface ISuccessItem {
    description?: string;
    title: string;
}

Properties

Properties

description?: string
title: string