UNPKG

@kamino-finance/kamino-db

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