export type OracleMappingsEntity = {
    id: bigint;
    pubkey: string;
};
export default OracleMappingsEntity;
