interface PrintOptions {
    format?: Partial<FormatOptions>;
    root?: Partial<RootOptions>;
}

Properties

Properties