4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import { MinimalHttpResponse } from '../Http/MinimalHttpResponses'
|
|
|
|
export type DeleteSettingResponse = MinimalHttpResponse
|