command_runner/commands/db/db_backup_ops library

Typedefs

BackupScheduleView = ({PlanType? planType, String projectId, BackupSchedule? schedule})
The backup schedule of a project, and the project's plan type when no schedule is set and the plan therefore explains why.
BackupSnapshotListing = ({PlanType? planType, List<DatabaseSnapshot> snapshots})
The snapshots of a project, and the project's plan type when the listing is empty and the plan therefore explains why.