UNPKG

@apideck/node

Version:
28 lines (27 loc) 803 B
/** * Apideck * The Apideck OpenAPI Spec: SDK Optimized * * The version of the OpenAPI document: 10.13.0 * Contact: support@apideck.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 HrisJobLocation */ export interface HrisJobLocation { /** * * @type {string} * @memberof HrisJobLocation */ name?: string | null; } export declare function HrisJobLocationFromJSON(json: any): HrisJobLocation; export declare function HrisJobLocationFromJSONTyped(json: any, ignoreDiscriminator: boolean): HrisJobLocation; export declare function HrisJobLocationToJSON(value?: HrisJobLocation | null): any;