Type alias SchemaListQueryPayload

SchemaListQueryPayload: Query<{
    schema: SchemaListQuerySchema;
}>

Generated using TypeDoc