UNPKG

@seniorsistemas/senior-core

Version:
16 lines (15 loc) 325 B
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; }