interface AddCategoryParams {
    name: string;
    projectIdOrKey: string | number;
}

Properties

Properties

name: string

Category name カテゴリーの名前

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー