File

src/revertOperation/interfaces/revertFunction.interface.ts

Index

Properties

Properties

args
args: []
Type : []
revertFunction
revertFunction: function
Type : function
revertFunctionString
revertFunctionString: string
Type : string
Optional
rFunctionId
rFunctionId: string
Type : string
export interface IRevertFunction {
  revertFunction: (...args: unknown[]) => Promise<unknown>;
  revertFunctionString?: string;
  args: unknown[];
  rFunctionId: string;
}

results matching ""

    No results matching ""