@schematichq/schematic-components 0.4.9 → 0.4.11

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.
@@ -3145,11 +3145,11 @@ declare interface InvoiceResponseData {
3145
3145
  }
3146
3146
 
3147
3147
  export declare const Invoices: ForwardRefExoticComponent<ElementProps & RecursivePartial<DesignProps_2> & {
3148
- data?: ListInvoicesResponse["data"];
3148
+ data?: InvoiceResponseData[];
3149
3149
  } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement | null>>;
3150
3150
 
3151
3151
  export declare type InvoicesProps = DesignProps_2 & {
3152
- data?: ListInvoicesResponse["data"];
3152
+ data?: InvoiceResponseData[];
3153
3153
  };
3154
3154
 
3155
3155
  declare type Json = any;