Skip to content

Commit

Permalink
change props name
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-ryo committed Jan 10, 2025
1 parent ead143b commit a2d684b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const NOT_SUPPORTED_ACTION_PREFIX = [
/**
* Properties for a Universal Target
*/
export interface UniversalProps extends ScheduleTargetBaseProps {
export interface UniversalTargetProps extends ScheduleTargetBaseProps {
/**
* The AWS service to call.
*
Expand Down Expand Up @@ -97,7 +97,7 @@ export interface UniversalProps extends ScheduleTargetBaseProps {
*/
export class Universal extends ScheduleTargetBase implements IScheduleTarget {
constructor(
private readonly props: UniversalProps,
private readonly props: UniversalTargetProps,
) {
const service = props.service;
const action = props.action;
Expand Down

0 comments on commit a2d684b

Please sign in to comment.