@procraft/widget-order
Version:
Order widget for landing
13 lines (11 loc) • 313 B
text/typescript
import { Maybe, CourseFlowBehaviour } from '../modules/gql/generated/types'
export type CourseFlowFragment = {
__typename?: 'FlowPublicCustom'
id: string
uid: number
name: string
colorStyle: string
startsAt?: Maybe<globalThis.Date>
finishesAt?: Maybe<globalThis.Date>
kind: CourseFlowBehaviour
}