ApiCreateResponse: {
    accountId: string;
    catalogVisible: boolean;
    contact: ApiContact;
    createdAt: string;
    createdBy: string;
    description: string;
    id: string;
    name: string;
    slug: string;
    status: "PENDING" | "ERROR" | "CREATED";
    workspaceId: string;
}

Type declaration

  • accountId: string
  • catalogVisible: boolean
  • contact: ApiContact
  • createdAt: string
  • createdBy: string
  • description: string
  • id: string
  • name: string
  • slug: string
  • status: "PENDING" | "ERROR" | "CREATED"
  • workspaceId: string