/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Resource = { item_id?: string; readonly id: number; /** * The display name of the resource. */ readonly name: string | null; /** * Resource URL. */ readonly url: string | null; /** * Resource type. */ readonly resource_type: string | null; /** * Metadata */ readonly data: any; image?: string | null; description?: string | null; };