interface ForgeParams {
    branch: string;
    contents: OperationContents[];
}

Properties

Properties

branch: string
contents: OperationContents[]

Generated using TypeDoc