Interface FindScreensQuery

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

Hierarchy (View Summary)

Properties

Properties

limit?: number
cursor?: string