Files
calendar/packages/features/deployment/repositories/IDeploymentRepository.ts
T
Benny JooandGitHub cb7844fd22 refactor: Migrate repositories/services from /lib to /features (#25925)
* deployment

* update imports

* booking report

* update import paths

* watch list

* watch list

* api key

* api key

* selected slots

* wip

* event type translation

* work flow step

* booking reference

* fix tests

* fix

* fix

* migrate

* wip

* address

* fix
2025-12-17 14:14:50 +00:00

5 lines
159 B
TypeScript

export interface IDeploymentRepository {
getLicenseKeyWithId(id: number): Promise<string | null>;
getSignatureToken(id: number): Promise<string | null>;
}