mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 11:22:21 -06:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export class SqsDto {
|
|
enabled: boolean;
|
|
events?: string[];
|
|
}
|