UNPKG

@kamino-finance/kamino-db

Version:
7 lines (6 loc) 121 B
export interface VaultEntity { id: number; pubkey: string; cluster_id: number; } export default VaultEntity;