@chelseaapps/zoom documentation

File

src/interfaces/zoom-options-factory.interface.ts

Index

Methods

import { ZoomOptions } from './zoom-options.interface';

export interface ZoomOptionsFactory {
    createZoomOptions(): Promise<ZoomOptions> | ZoomOptions
}

Was this helpful?