First Commit. Based off bun-sqlite
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
type Params = {
|
||||
backup_name: string;
|
||||
};
|
||||
export default function grabBackupData({ backup_name }: Params): {
|
||||
backup_date: Date;
|
||||
backup_date_timestamp: number;
|
||||
origin_backup_name: string;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user