export interface BigMapResponse {
    big_map_id: number;
    key: string;
    key_hash: string;
    value: string | null;
}
