export type DiscoInfoOptions = {
    timeout?: number;
}

export type FetchEntityFeaturesOptions = {
    timeout?: number;
    ignore_cache?: boolean;
}
