The result of a temporary query creation.

interface TemporaryQueryResponseModel {
    id?: string;
}

Properties

Properties

id?: string

The id of the temporary query item.