Interface ISuccessItem

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

    Properties

    Properties

    description?: string
    title: string

    Generated using TypeDoc and TypeDoc Airthium Plugin