Type Alias CreateWhiteLabelIntegrationProviderDto

CreateWhiteLabelIntegrationProviderDto: {
    altId: string;
    altType: "location";
    uniqueName: string;
    title: string;
    provider: WhiteListProviderType;
    description: string;
    imageUrl: string;
}

Type declaration

  • altId: string
  • altType: "location"
  • uniqueName: string
  • title: string
  • provider: WhiteListProviderType
  • description: string
  • imageUrl: string