interface ExistsResponse {
    exists: boolean;
    raw: any;
}

Hierarchy (view full)

Properties

Properties

exists: boolean
raw: any