forked from LaconicNetwork/icns-frontend
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export interface ChainItemType {
|
|
prefix: string;
|
|
chainImageUrl: string;
|
|
address: string;
|
|
}
|