mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix ts issues
This commit is contained in:
parent
40c951fab9
commit
64a0cd2ae4
|
@ -748,7 +748,7 @@ export interface ITemplatesNode extends IVersionNode {
|
|||
|
||||
export interface INodeMetadata {
|
||||
parametersLastUpdatedAt?: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IRootState {
|
||||
activeExecutions: IExecutionsCurrentSummaryExtended[];
|
||||
|
@ -967,7 +967,7 @@ export type IFormBoxConfig = {
|
|||
export interface ITab {
|
||||
value: string | number;
|
||||
label?: string;
|
||||
href?: string,
|
||||
href?: string;
|
||||
icon?: string;
|
||||
align?: 'right';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue