UNPKG

ngx-sp-infra

Version:
13 lines (12 loc) • 351 B
import { IntegracoesParameterRecord } from "./IntegrationParameterRecord"; export declare class IntegracaoAzureSSORecord { Tenant_Id: number; Id: number; Name: string; InfraIntegrationDesc: string; Is_Active: boolean; ActiveSince: Date; Updated: Date; UpdatedBy: string; Parameters: IntegracoesParameterRecord[]; }