export interface KVaultEntity {
    id: bigint;
    pubkey: string;
    shares_mint_pubkey: string;
    token_vault_pubkey: string;
    token_mint_id: number;
    created_on: Date;
}
