@moontaiworks/fanbox-dl - v1.0.0
    Preparing search index...

    Interface VideoPostBody

    interface VideoPostBody {
        text: string;
        video: { serviceProvider: string; videoId: string };
    }
    Index

    Properties

    Properties

    text: string
    video: { serviceProvider: string; videoId: string }