feat: add responses package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { MinimalHttpResponse } from '../Http/MinimalHttpResponses'
|
||||
import { SettingData } from './SettingData'
|
||||
|
||||
export type ListSettingsResponse = MinimalHttpResponse & {
|
||||
data?: {
|
||||
settings?: SettingData[]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user