Interface RequestItem

interface RequestItem {
    comment: string;
    created_at: string;
    id: number;
    title: string;
    updated_at: string;
    username: string;
}

Properties

comment: string
created_at: string
id: number
title: string
updated_at: string
username: string