@nickyzj2023/utils
    Preparing search index...

    Type Alias VideoContent

    type VideoContent = {
        type: "video_url";
        video_url: { url: string };
    }
    Index

    Properties

    Properties

    type: "video_url"
    video_url: { url: string }