2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
|
export function maybeDeletePack(packId: string): Promise<void>;
|