Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/GetServiceManifestParams.d.ts
T

7 lines
191 B
TypeScript

import type { CallbackId } from './CallbackId';
import type { PackageId } from './PackageId';
export type GetServiceManifestParams = {
packageId: PackageId;
callback?: CallbackId;
};