UNPKG

@sourceloop/ctrl-plane-subscription-service

Version:

Subscription management microservice for SaaS control plane.

10 lines (9 loc) 277 B
import { UserModifiableEntity } from '@sourceloop/core'; export declare class Service extends UserModifiableEntity { id: string; name: string; constructor(data?: Partial<Service>); } export interface ServiceRelations { } export type ServiceWithRelations = Service;