UNPKG

@recursyve/deeplinks-client

Version:

Node.js client for Recursyve's Deeplinks API

11 lines (10 loc) 185 B
export type CreateDomainDto = { domain: string; }; export type Domain = { id: string; domain: string; tenantId: string; createdAt: string; updatedAt: string; };