/** * 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. */ /** * People + feedback SLA around the role. * @export * @interface BriefAttributesSchemaIntakeContextTeam */ export interface BriefAttributesSchemaIntakeContextTeam { [key: string]: any | any; /** * * @type {string} * @memberof BriefAttributesSchemaIntakeContextTeam */ hiringManager?: string; /** * * @type {string} * @memberof BriefAttributesSchemaIntakeContextTeam */ decisionMaker?: string; /** * * @type {string} * @memberof BriefAttributesSchemaIntakeContextTeam */ recruiter?: string; /** * * @type {string} * @memberof BriefAttributesSchemaIntakeContextTeam */ organization?: string; /** * Multilingual: { locale: string }. * @type {{ [key: string]: string; }} * @memberof BriefAttributesSchemaIntakeContextTeam */ department?: { [key: string]: string; }; /** * Multilingual feedback promise: { locale: string }. * @type {{ [key: string]: string; }} * @memberof BriefAttributesSchemaIntakeContextTeam */ sla?: { [key: string]: string; }; } /** * Check if a given object implements the BriefAttributesSchemaIntakeContextTeam interface. */ export declare function instanceOfBriefAttributesSchemaIntakeContextTeam(value: object): value is BriefAttributesSchemaIntakeContextTeam; export declare function BriefAttributesSchemaIntakeContextTeamFromJSON(json: any): BriefAttributesSchemaIntakeContextTeam; export declare function BriefAttributesSchemaIntakeContextTeamFromJSONTyped(json: any, ignoreDiscriminator: boolean): BriefAttributesSchemaIntakeContextTeam; export declare function BriefAttributesSchemaIntakeContextTeamToJSON(json: any): BriefAttributesSchemaIntakeContextTeam; export declare function BriefAttributesSchemaIntakeContextTeamToJSONTyped(value?: BriefAttributesSchemaIntakeContextTeam | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=BriefAttributesSchemaIntakeContextTeam.d.ts.map