feat: add responses package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { HttpResponse } from '../Http/HttpResponse'
|
||||
import { SingleRevision } from './SingleRevision'
|
||||
|
||||
export type SingleRevisionResponse = HttpResponse & {
|
||||
data: SingleRevision
|
||||
}
|
||||
Reference in New Issue
Block a user