import { ProviderUserType } from "../../../enums/provider-user-type"; export class ProviderUserUpdateRequest { type: ProviderUserType; }