mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Remove the stupid config
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { string } from "ts-matches"
|
||||
import { Backups } from "."
|
||||
import { GenericManifest } from "../manifest/ManifestTypes"
|
||||
import { SDKManifest } from "../manifest/ManifestTypes"
|
||||
import { BackupOptions, ExpectedExports } from "../types"
|
||||
import { _ } from "../util"
|
||||
|
||||
export type SetupBackupsParams<M extends GenericManifest> = Array<
|
||||
export type SetupBackupsParams<M extends SDKManifest> = Array<
|
||||
(keyof M["volumes"] & string) | Backups<M>
|
||||
>
|
||||
|
||||
export function setupBackups<M extends GenericManifest>(
|
||||
export function setupBackups<M extends SDKManifest>(
|
||||
...args: _<SetupBackupsParams<M>>
|
||||
) {
|
||||
const backups = Array<Backups<M>>()
|
||||
|
||||
Reference in New Issue
Block a user