mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
SG-680 - OrgDomainApiServiceAbstraction should be an abstract class
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { OrganizationDomainResponse } from "./responses/organization-domain.response";
|
import { OrganizationDomainResponse } from "./responses/organization-domain.response";
|
||||||
|
|
||||||
export class OrgDomainApiServiceAbstraction {
|
export abstract class OrgDomainApiServiceAbstraction {
|
||||||
getAllByOrgId: (orgId: string) => Promise<Array<OrganizationDomainResponse>>;
|
getAllByOrgId: (orgId: string) => Promise<Array<OrganizationDomainResponse>>;
|
||||||
getByOrgIdAndOrgDomainId: (
|
getByOrgIdAndOrgDomainId: (
|
||||||
orgId: string,
|
orgId: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user