Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/pluginOptions"

Index

Type aliases

Type aliases

PluginOptions

PluginOptions: { posts?: GetPostsParameters; team: string; token: string }

Type declaration

  • Optional Readonly posts?: GetPostsParameters

    投稿一覧取得APIのクエリ文字列にセットする情報

  • Readonly team: string

    チーム名

  • Readonly token: string

    esa APIアクセストークン

Generated using TypeDoc