* 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
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
export interface IDeploymentRepository {
|
|
getLicenseKeyWithId(id: number): Promise<string | null>;
|
|
getSignatureToken(id: number): Promise<string | null>;
|
|
}
|