mirror-immich/cli/src/cores/dto/base-options-dto.ts

4 lines
51 B
TypeScript

export class BaseOptionsDto {
config?: string;
}