mirror of
https://github.com/bitwarden/jslib
synced 2025-12-22 11:13:17 +00:00
Add eslint (#610)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { BaseResponse } from "./baseResponse";
|
||||
|
||||
import { OrganizationUserStatusType } from "../../enums/organizationUserStatusType";
|
||||
import { OrganizationUserType } from "../../enums/organizationUserType";
|
||||
import { ProductType } from "../../enums/productType";
|
||||
import { PermissionsApi } from "../api/permissionsApi";
|
||||
|
||||
import { BaseResponse } from "./baseResponse";
|
||||
|
||||
export class ProfileOrganizationResponse extends BaseResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user