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; };