@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface JsonPlaceholderComment

    interface JsonPlaceholderComment {
        body: string;
        email: string;
        id: number;
        name: string;
        postId: number;
    }
    Index

    Properties

    Properties

    body: string
    email: string
    id: number
    name: string
    postId: number