Skip to main content
Version: 24.27.0

CreatePageOptions type

Signature

export type CreatePageOptions =
| {
type: 'tab';
}
| {
type: 'window';
};