@seniorsistemas/senior-core
Version:
Senior Core SDK para Node.js
16 lines (15 loc) • 325 B
TypeScript
export interface BodyCustomPropertyDto {
propertyKey: string;
type: string;
propertyValue: string;
hashTags: [];
label: string;
propertyLevel: string;
}
export interface CustomPropertyDto {
propertyKey: string;
}
export interface ServicePropertiesDto {
dominio: string;
servico: string;
}