fieldnotesai
    Preparing search index...

    Provides functionality for create case input.

    interface CreateCaseInput {
        abuse_types?: string[] | null;
        assignees?: string[];
        case_status: string;
        children_services_involvement?: boolean;
        children_services_notes?: string | null;
        client_id: string;
        current_housing?: string | null;
        current_safety_rating?: number | null;
        employment_status?: string | null;
        housing_stability?: string | null;
        income_source?: string | null;
        long_term_goals?: string | null;
        medium_term_goals?: string | null;
        most_recent_incident?: string | null;
        most_severe_incident?: string | null;
        safety_concerns?: boolean;
        short_term_goals?: string | null;
        title: string;
    }
    Index

    Properties

    abuse_types?: string[] | null
    assignees?: string[]
    case_status: string
    children_services_involvement?: boolean
    children_services_notes?: string | null
    client_id: string
    current_housing?: string | null
    current_safety_rating?: number | null
    employment_status?: string | null
    housing_stability?: string | null
    income_source?: string | null
    long_term_goals?: string | null
    medium_term_goals?: string | null
    most_recent_incident?: string | null
    most_severe_incident?: string | null
    safety_concerns?: boolean
    short_term_goals?: string | null
    title: string