UNPKG

254 BTypeScriptView Raw
1export declare function useChannelSettings(): {
2 __typename?: "ChannelSettings";
3 countrySettings?: import("../../types").CountrySettings[];
4 nostoAccountId?: string;
5 pricesIncVat?: boolean;
6 tracking?: import("../../types").Tracking;
7};