chore: run prettier --write .
This commit is contained in:
@@ -64,5 +64,4 @@ export type List = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export type ListProps = List
|
||||
|
||||
@@ -20,4 +20,4 @@ export type Puff = {
|
||||
json: RTEDocument
|
||||
}
|
||||
title: string
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export type AllRequestResponse<T> = {
|
||||
items: T[]
|
||||
total: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user