interface IdentifyCompatLayerError {
    error: unknown;
    layer: unknown;
}

Properties

Properties

error: unknown
layer: unknown