UNPKG

@kamino-finance/kamino-db

Version:
8 lines (6 loc) 128 B
export interface StablecoinTokenEntity { id: number; name: string; mint: string; } export default StablecoinTokenEntity;