evolution-api / src /api /dto /business.dto.ts
oex2003's picture
Deploy Evolution API to Hugging Face Space
5e518ea
export class NumberDto {
number: string;
}
export class getCatalogDto {
number?: string;
limit?: number;
cursor?: string;
}
export class getCollectionsDto {
number?: string;
limit?: number;
}