monorepo/common/types/script.ts

6 lines
75 B
TypeScript

export interface Script {
title: string
video: string
body: string
}