Interface FindScreensQuery

interface FindScreensQuery {
    limit?: number;
    cursor?: string;
    type?: Integration;
}

Hierarchy (view full)

Properties

Properties

limit?: number
cursor?: string