Type Alias ExtentOptions

ExtentOptions: {
    coordinates?: OLExtent;
    projection?: ProjectionOptions;
    type?: string;
}