Skip to main content
TryAnotherMethodOptions
Example
export interface TryAnotherMethodOptions extends CustomOptions {
  // Currently, no specific properties beyond CustomOptions are defined for this action.
  // This interface is here for future extensibility.
}

Indexable

[key: string]: string | number | boolean | undefined