interface MyFiction {
    id: number;
    title: string;
}

Properties

Properties

id: number
title: string