Tanatloc documentation
    Preparing search index...

    Interface IPostCardProps

    Post card interface

    interface IPostCardProps {
        author: { name: string; url: string };
        date: string;
        description: string;
        image: string;
        keywords: string[];
        postKey: string;
        title: string;
    }
    Index

    Properties

    author: { name: string; url: string }
    date: string
    description: string
    image: string
    keywords: string[]
    postKey: string
    title: string