OneSDK
    Preparing search index...

    Interface Comment

    interface Comment {
        author: Author;
        createdAt: number;
        id: number;
        isAnonymous: boolean;
        message: string;
        numComments: number;
        type: "comment";
    }
    Index

    Properties

    author: Author
    createdAt: number
    id: number
    isAnonymous: boolean
    message: string
    numComments: number
    type: "comment"