monorepo/services/types/meta.ts

4 lines
65 B
TypeScript

export interface ApiMeta {
$responseType: 'application/json'
}