/** * 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. */ /** * Anti-cheat telemetry collected by the candidate UI. Not used to block, only to inform recruiters. * @export * @interface AttemptProctoringSchema */ export interface AttemptProctoringSchema { /** * * @type {number} * @memberof AttemptProctoringSchema */ tabSwitches?: number; /** * * @type {number} * @memberof AttemptProctoringSchema */ pasteEvents?: number; /** * Total milliseconds the window was unfocused. * @type {number} * @memberof AttemptProctoringSchema */ focusLost?: number; /** * * @type {Array} * @memberof AttemptProctoringSchema */ suspiciousFlags?: Array; } /** * Check if a given object implements the AttemptProctoringSchema interface. */ export declare function instanceOfAttemptProctoringSchema(value: object): value is AttemptProctoringSchema; export declare function AttemptProctoringSchemaFromJSON(json: any): AttemptProctoringSchema; export declare function AttemptProctoringSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptProctoringSchema; export declare function AttemptProctoringSchemaToJSON(json: any): AttemptProctoringSchema; export declare function AttemptProctoringSchemaToJSONTyped(value?: AttemptProctoringSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AttemptProctoringSchema.d.ts.map