export type ScopeFeedStateMetadataEntity = {
    id: bigint;
    name: string;
    provider: string;
};
export default ScopeFeedStateMetadataEntity;
