/** * Catapult REST Endpoints * OpenAPI Specification of catapult-rest * * The version of the OpenAPI document: 1.0.4 * * * 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 AccountRestrictionDTOValuesInner */ export interface AccountRestrictionDTOValuesInner { } /** * Check if a given object implements the AccountRestrictionDTOValuesInner interface. */ export declare function instanceOfAccountRestrictionDTOValuesInner(value: Record): value is AccountRestrictionDTOValuesInner; export declare function AccountRestrictionDTOValuesInnerFromJSON(json: any): AccountRestrictionDTOValuesInner; export declare function AccountRestrictionDTOValuesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountRestrictionDTOValuesInner; export declare function AccountRestrictionDTOValuesInnerToJSON(json: any): AccountRestrictionDTOValuesInner; export declare function AccountRestrictionDTOValuesInnerToJSONTyped(value?: AccountRestrictionDTOValuesInner | null, ignoreDiscriminator?: boolean): any;