Type Alias PlatformPartnerNotFoundError

PlatformPartnerNotFoundError: {
    type: "PLATFORM_PARTNER_NOT_FOUND";
    message?: string;
}

Type declaration

  • type: "PLATFORM_PARTNER_NOT_FOUND"
  • Optionalmessage?: string