interface ExportCustomParams {
    format: string;
    params: unknown;
}

Properties

Properties

format: string
params: unknown