sass-template-common 0.0.39 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -715,6 +715,10 @@ export declare function getResponse<T>(response: PromiseSettledResult<AxiosRespo
715
715
 
716
716
  export declare function getResponsePromise<T>(response: PromiseSettledResult<T> | undefined): T | null;
717
717
 
718
+ export declare const getSchemas: (params: Params, path: string, axiosApi: AxiosInstance) => Promise<void | AxiosResponse< {
719
+ data: Array<ItemList>;
720
+ }, any, {}>>;
721
+
718
722
  export declare const getScriptReplaces: {
719
723
  [key in MetadataDefaultsKeys]: (props: Props_5) => replaces | undefined;
720
724
  };