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

    Interface JsonPlaceholderPost

    interface JsonPlaceholderPost {
        body: string;
        id: number;
        title: string;
        userId: number;
    }
    Index

    Properties

    Properties

    body: string
    id: number
    title: string
    userId: number