Files
caperren-com/src/interfaces/video.ts
Corwin Perren 47e10ba05f
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 2m10s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped
Enabled astro preload, added video components, videos for software lead, part of content for software lead
2025-11-10 01:06:31 -08:00

5 lines
103 B
TypeScript

export interface videoConfig {
videoTitle?: string
videoPath: string;
videoType?: string;
}