equilink-site/client/src/interfaces/LeonardoInterfaces.ts
2025-02-12 17:38:06 +05:30

9 lines
180 B
TypeScript

// Define the payload type for better type-checking
export interface LambdaPayload {
prompt: string;
modelId: string;
styleUUID: string;
num_images: number;
}