Interface KeplerFilterProjectionExperimental

interface KeplerFilterProjection {
    reason: string;
    supported: boolean;
    type?: KeplerFilterType;
    value?: unknown;
}

Properties

reason: string
supported: boolean
value?: unknown