interface OpenModalOptions {
    context?: Record<string, any>;
    id: string;
}

Properties

Properties

context?: Record<string, any>
id: string