export interface GetNetworksTemplatesRequest {
    currency: string;
    network?: string;
}
