equilink-site/client/src/interfaces/LeonardoInterfaces.ts

9 lines
180 B
TypeScript
Raw Normal View History

2025-02-12 17:38:06 +05:30
// Define the payload type for better type-checking
export interface LambdaPayload {
prompt: string;
modelId: string;
styleUUID: string;
num_images: number;
}