UNPKG

@kamino-finance/kamino-db

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