Type alias ServerInformation

ServerInformation: {
    name?: string;
    productId: string;
    server: string;
}

地図データを取得するサーバー情報

Type declaration

  • Optional name?: string

    名称 (カスタムパレット名)

  • productId: string

    プロダクトID (mochaのSID)

  • server: string

    サーバー向き先