2026-03-31 20:40:16 +08:00
|
|
|
// Auto-generated stub — replace with real implementation
|
2026-04-01 01:00:10 +08:00
|
|
|
import type { LogOption } from 'src/types/logs.js';
|
|
|
|
|
export const parseCcshareId: (resume: string) => string | null = () => null;
|
|
|
|
|
export const loadCcshare: (ccshareId: string) => Promise<LogOption> = async () => { throw new Error('ccshare not implemented'); };
|