Interface FindAppEventTypesQuery

interface FindAppEventTypesQuery {
    includeArchived?: boolean;
    limit?: number;
    cursor?: string;
}

Hierarchy (view full)

Properties

includeArchived?: boolean
limit?: number
cursor?: string