BoothMate API Documentation - v0.4.0
    Preparing search index...

    Interface ImageInfoWithCaption

    画像情報とキャプション

    interface ImageInfoWithCaption {
        original: string;
        resized: string;
        caption?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    original: string

    オリジナル画像のURL

    resized: string

    縮小画像のURL

    caption?: string

    画像のキャプション