Interface BiDataQueryOptions

interface BiDataQueryOptions {
    automatic_fields?: boolean;
    display_formula_ref?: boolean;
    text_field_as_array?: boolean;
    user_id_type?: "open_id" | "union_id" | "user_id";
    with_shared_url?: boolean;
}

Properties

automatic_fields?: boolean
display_formula_ref?: boolean
text_field_as_array?: boolean
user_id_type?: "open_id" | "union_id" | "user_id"
with_shared_url?: boolean

Generated using TypeDoc