/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { BlankEnum } from './BlankEnum'; import type { NullEnum } from './NullEnum'; import type { ResourceScrappedDataStatusEnum } from './ResourceScrappedDataStatusEnum'; export type ResourceScrappedData = { readonly id: number; status?: (ResourceScrappedDataStatusEnum | BlankEnum | NullEnum) | null; readonly date_created: string | null; readonly last_modified: string | null; resource: number; content?: string | null; content_type?: string | null; extra_data?: any; };