/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { ResourceIconOneOf } from './ResourceIconOneOf'; import type { ResourceIconOneOf1 } from './ResourceIconOneOf1'; import type { ResourceIconOneOf2 } from './ResourceIconOneOf2'; /** * @type ResourceIcon * * @export */ export type ResourceIcon = ResourceIconOneOf | ResourceIconOneOf1 | ResourceIconOneOf2; export declare function ResourceIconFromJSON(json: any): ResourceIcon; export declare function ResourceIconFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResourceIcon; export declare function ResourceIconToJSON(json: any): any; export declare function ResourceIconToJSONTyped(value?: ResourceIcon | null, ignoreDiscriminator?: boolean): any;