OneSDK
    Preparing search index...

    Interface OrderItem

    interface OrderItem {
        anonymity: boolean;
        comment: string;
        commentId: string;
        completed: boolean;
        count: number;
        id: string;
        lastCompletedAt?: string;
        playing: boolean;
        profileImage: string;
        service: keyof ServiceList;
        serviceName: string;
        timestamp: string;
        totalCount?: number;
        userData?: UserNameData;
        username: string;
    }
    Index

    Properties

    anonymity: boolean
    comment: string
    commentId: string
    completed: boolean
    count: number
    id: string
    lastCompletedAt?: string
    playing: boolean
    profileImage: string
    service: keyof ServiceList
    serviceName: string
    timestamp: string
    totalCount?: number
    userData?: UserNameData
    username: string