pl-api
    Preparing search index...

    Type Alias PreviewCard

    PreviewCard: {
        author_name: string;
        author_url: string;
        authors: { account: Account | null; name: string; url: string }[];
        blurhash: string | null;
        description: string;
        embed_url: string;
        height: number;
        html: string;
        image: string | null;
        image_description: string;
        provider_name: string;
        provider_url: string;
        title: string;
        type: "link" | "video" | "photo" | "rich";
        url: string;
        width: number;
    }

    Type Declaration

    • author_name: string
    • author_url: string
    • authors: { account: Account | null; name: string; url: string }[]
    • blurhash: string | null
    • description: string
    • embed_url: string
    • height: number
    • html: string
    • image: string | null
    • image_description: string
    • provider_name: string
    • provider_url: string
    • title: string
    • type: "link" | "video" | "photo" | "rich"
    • url: string
    • width: number