File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface CreateTemplateOptions {
2323 title : string ;
2424}
2525
26- export type UpdateTemplateOptions = Partial < CreateTemplateOptions > ;
26+ export type UpdateTemplateOptions = CreateTemplateOptions ;
2727
2828export interface CreateProjectOptions {
2929 /** このプロジェクトが進行中かどうか */
@@ -36,7 +36,7 @@ export interface CreateProjectOptions {
3636 tags : Tagging [ ] ;
3737}
3838
39- export type UpdateProjectOptions = Partial < CreateProjectOptions > ;
39+ export type UpdateProjectOptions = CreateProjectOptions ;
4040
4141export interface FetchItemsOptions extends PaginationOptions {
4242 /** 検索クエリ */
@@ -62,4 +62,4 @@ export interface CreateItemOptions {
6262 tweet ?: boolean ;
6363}
6464
65- export type UpdateItemOptions = Partial < CreateItemOptions > ;
65+ export type UpdateItemOptions = CreateItemOptions ;
You can’t perform that action at this time.
0 commit comments