Type Alias ProductResponse
ProductResponse: {
accountId?: string;
createdAt: string;
description: string;
id: string;
imageUrl?: string;
name: string;
status: string;
updatedAt: string;
workspaceId: string;
}
Type declaration
OptionalaccountId?: string
createdAt: string
description: string
id: string
OptionalimageUrl?: string
name: string
status: string
updatedAt: string
workspaceId: string