Interface InvitationQueryOptions

interface InvitationQueryOptions {
    sent?: boolean;
    survey_id?: string;
}

Properties

Properties

sent?: boolean
survey_id?: string