ServiceLocationServiceLocationTypeEnum: {
    InHome: "IN_HOME";
    InStore: "IN_STORE";
    Online: "ONLINE";
} = ...

Type declaration

  • Readonly InHome: "IN_HOME"
  • Readonly InStore: "IN_STORE"
  • Readonly Online: "ONLINE"