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

    Interface Link

    リンクのURLと種類

    interface Link {
        type: LinkType;
        url: string;
        caption?: string;
    }
    Index

    Properties

    Properties

    type: LinkType

    リンクの種類

    url: string

    リンクのURL

    caption?: string

    リンクの説明