providerplaneai
    Preparing search index...

    Interface contract for ClientVideoPart.

    interface ClientVideoPart {
        base64?: string;
        mimeType?: string;
        type: "video";
        url?: string;
    }
    Index

    Properties

    base64?: string
    mimeType?: string
    type: "video"
    url?: string