(
id: string,
)
| 42 | export interface IProgramDB { |
| 43 | // TODO: Allow null narrowing on mediaSourceId |
| 44 | getProgramById( |
| 45 | id: string, |
| 46 | ): Promise<Maybe<MarkRequired<ProgramWithRelationsOrm, 'externalIds'>>>; |
| 47 |
no outgoing calls
no test coverage detected