export interface OnboardingTaskResource { Category: string; IsEnabled: boolean; IsComplete: boolean; Name: string; SortOrder: number; }