fix(ui): fix node type

This commit is contained in:
psychedelicious 2024-02-26 11:56:28 +11:00
parent 7326c78ab5
commit 24daacecf2

View File

@ -151,7 +151,7 @@ export type InfillPatchMatchInvocation = S['InfillPatchMatchInvocation'];
export type InfillTileInvocation = S['InfillTileInvocation']; export type InfillTileInvocation = S['InfillTileInvocation'];
export type CreateDenoiseMaskInvocation = S['CreateDenoiseMaskInvocation']; export type CreateDenoiseMaskInvocation = S['CreateDenoiseMaskInvocation'];
export type CreateGradientMaskInvocation = S['CreateGradientMaskInvocation']; export type CreateGradientMaskInvocation = S['CreateGradientMaskInvocation'];
export type IAICanvasPasteBackInvocation = S['IAICanvasPasteBackInvocation']; export type CanvasPasteBackInvocation = S['CanvasPasteBackInvocation'];
export type MaskEdgeInvocation = S['MaskEdgeInvocation']; export type MaskEdgeInvocation = S['MaskEdgeInvocation'];
export type RandomIntInvocation = S['RandomIntInvocation']; export type RandomIntInvocation = S['RandomIntInvocation'];
export type CompelInvocation = S['CompelInvocation']; export type CompelInvocation = S['CompelInvocation'];