UNPKG

@apideck/node

Version:
25 lines (24 loc) 811 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 * @enum {string} */ export declare enum AttachmentReferenceType { invoice = "invoice", bill = "bill", expense = "expense" } export declare function AttachmentReferenceTypeFromJSON(json: any): AttachmentReferenceType; export declare function AttachmentReferenceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttachmentReferenceType; export declare function AttachmentReferenceTypeToJSON(value?: AttachmentReferenceType | null): any;