UNPKG

@adastradev/serverless-discovery-sdk

Version:

Serverless Service Discovery API

10 lines (9 loc) 203 B
export interface ServiceApiModel { ServiceID?: string; CreatedAt?: Date; ServiceName: string; StageName?: string; ServiceURL: string; Version?: string; ExternalID?: string; }