export type PlayWrightScript = { readonly id: number; readonly platform: number | null; /** * edX user ID */ readonly student: number | null; title: string; description?: string; script: string; readonly is_public: boolean; };