new lib version [CI SKIP]
This commit is contained in:
8
dist/models/AddressNotFoundError.ts
vendored
Normal file
8
dist/models/AddressNotFoundError.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export type AddressNotFoundError = {
|
||||
name: string;
|
||||
message: string;
|
||||
}
|
||||
Reference in New Issue
Block a user