export default interface INetwork {
    _id: string;
    name: string;
    createdAt: string;
}
