UNPKG

@book000/pixivts

Version:

pixiv Unofficial API Library for TypeScript

16 lines 441 B
import { BaseEntity } from 'typeorm'; export declare class DBResponse extends BaseEntity { id: number; method: string; endpoint: string; url: string | null; urlHash: string; requestHeaders: string | null; requestBody: string | null; responseType: string; statusCode: number; responseHeaders: string | null; responseBody: string; createdAt: Date; } //# sourceMappingURL=response-entity.d.ts.map