Type alias DeletedCustomerActorPartsFragment

DeletedCustomerActorPartsFragment: {
    __typename: "DeletedCustomerActor";
    customerId: string;
}

Type declaration

  • __typename: "DeletedCustomerActor"
  • customerId: string

Generated using TypeDoc