/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PatchedPlatformPublicImageAsset = { readonly id?: number; /** * Category of the asset */ category?: string; image?: string; readonly url?: string; readonly created_on?: string; readonly last_updated?: string; };