OneSDK
    Preparing search index...

    Interface RequestItem

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

    Properties

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