/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface FeedbackOutcomeRuleSchemaLinksInner */ export interface FeedbackOutcomeRuleSchemaLinksInner { /** * * @type {string} * @memberof FeedbackOutcomeRuleSchemaLinksInner */ label?: string; /** * * @type {string} * @memberof FeedbackOutcomeRuleSchemaLinksInner */ url?: string; } /** * Check if a given object implements the FeedbackOutcomeRuleSchemaLinksInner interface. */ export declare function instanceOfFeedbackOutcomeRuleSchemaLinksInner(value: object): value is FeedbackOutcomeRuleSchemaLinksInner; export declare function FeedbackOutcomeRuleSchemaLinksInnerFromJSON(json: any): FeedbackOutcomeRuleSchemaLinksInner; export declare function FeedbackOutcomeRuleSchemaLinksInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackOutcomeRuleSchemaLinksInner; export declare function FeedbackOutcomeRuleSchemaLinksInnerToJSON(json: any): FeedbackOutcomeRuleSchemaLinksInner; export declare function FeedbackOutcomeRuleSchemaLinksInnerToJSONTyped(value?: FeedbackOutcomeRuleSchemaLinksInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FeedbackOutcomeRuleSchemaLinksInner.d.ts.map