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