Type alias SentinelReportQuery

SentinelReportQuery: Query<{
    schema: SentinelReportQuerySchema;
}>

Generated using TypeDoc