feat: add responses package
This commit is contained in:
9
packages/responses/src/Domain/User/GetSettingResponse.ts
Normal file
9
packages/responses/src/Domain/User/GetSettingResponse.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MinimalHttpResponse } from '../Http/MinimalHttpResponses'
|
||||
import { SettingData } from './SettingData'
|
||||
|
||||
export type GetSettingResponse = MinimalHttpResponse & {
|
||||
data?: {
|
||||
success?: boolean
|
||||
setting?: SettingData
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user