@getopenpay/client
Version:
OpenPay API TypeScript SDK
26 lines (25 loc) • 963 B
TypeScript
/**
* OpenPay API
* super charge your subscription management.
*
* The version of the OpenAPI document: 1.2.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
*/
export declare const GenericListMode: {
readonly Allowlist: "allowlist";
readonly Denylist: "denylist";
};
export type GenericListMode = typeof GenericListMode[keyof typeof GenericListMode];
export declare function instanceOfGenericListMode(value: any): boolean;
export declare function GenericListModeFromJSON(json: any): GenericListMode;
export declare function GenericListModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): GenericListMode;
export declare function GenericListModeToJSON(value?: GenericListMode | null): any;
export declare function GenericListModeToJSONTyped(value: any, ignoreDiscriminator: boolean): GenericListMode;