interface UpdateContactRequestQuestion {
    answer?: string;
    question?: string;
}

Properties

Properties

answer?: string
question?: string