Type Alias SaveFileOptionsBeta

SaveFileOptions: {
    path?: string;
}

Options for saving a file.

Type declaration

  • Optional Betapath?: string

    Path to save the file.