1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

SG-680 - OrgDomainApiServiceAbstraction should be an abstract class

This commit is contained in:
Jared Snider
2022-12-05 17:01:09 -05:00
parent 3fb872df66
commit 4bb2e8db11

View File

@@ -1,6 +1,6 @@
import { OrganizationDomainResponse } from "./responses/organization-domain.response";
export class OrgDomainApiServiceAbstraction {
export abstract class OrgDomainApiServiceAbstraction {
getAllByOrgId: (orgId: string) => Promise<Array<OrganizationDomainResponse>>;
getByOrgIdAndOrgDomainId: (
orgId: string,