BAK BYEONG JUN 18932f4a5f
Some checks failed
CI / checks (push) Has been cancelled
init
2025-05-06 13:52:36 +00:00

5 lines
87 B
TypeScript

export interface PublishExecutorSchema {
packageRoot?: string;
dryRun?: boolean;
}