import { ListDomainsResponse } from "dub/models/operations";
let value: ListDomainsResponse = {
result: [
{
id: "<id>",
slug: "acme.com",
placeholder: "https://dub.co/help/article/what-is-dub",
expiredUrl: "https://acme.com/expired",
notFoundUrl: "https://acme.com/not-found",
logo: "<value>",
createdAt: "1708237104800",
updatedAt: "1738537060432",
registeredDomain: {
id: "<id>",
createdAt: "1731461306247",
expiresAt: "1767055423847",
},
},
],
};
Field | Type | Required | Description |
---|---|---|---|
result |
components.DomainSchema[] | ✔️ | N/A |