Type alias UserMetadataOperationResponse

UserMetadataOperationResponse: BaseResponse & {
    userId: string;
}

Type declaration

  • userId: string