mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-04 08:09:08 +08:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export class ProviderWorkflow {
|
|
public Name!: string;
|
|
}
|