ListTriggersResponse: {
    appId?: string;
    appKey?: string;
    appName?: string;
    config?: {
        properties?: {
            description?: string;
            required?: string[];
            title?: string;
            type?: string;
        };
        required?: string[];
        title?: string;
        type?: string;
    };
    count?: number;
    description?: string;
    display_name?: string;
    enabled?: boolean;
    instructions?: string;
    logo?: string;
    name?: string;
    payload?: {
        properties?: {
            author: string;
            id: string;
            message: string;
            timestamp: string;
            url: string;
        };
    };
}[]

Type declaration

  • Optional appId?: string

    The unique ID of the app.

  • Optional appKey?: string

    The key of the app.

  • Optional appName?: string

    The name of the app.

  • Optional config?: {
        properties?: {
            description?: string;
            required?: string[];
            title?: string;
            type?: string;
        };
        required?: string[];
        title?: string;
        type?: string;
    }
    • Optional properties?: {
          description?: string;
          required?: string[];
          title?: string;
          type?: string;
      }
      • Optional description?: string

        string

      • Optional required?: string[]
      • Optional title?: string

        string

      • Optional type?: string

        string

    • Optional required?: string[]
    • Optional title?: string
    • Optional type?: string
  • Optional count?: number

    The count of the event.

  • Optional description?: string

    A brief description of the event.

  • Optional display_name?: string

    The display name of the event.

  • Optional enabled?: boolean

    Whether the event is enabled.

  • Optional instructions?: string

    Instructions for the event.

  • Optional logo?: string

    The URL of the app's logo image.

  • Optional name?: string

    The name of the event.

  • Optional payload?: {
        properties?: {
            author: string;
            id: string;
            message: string;
            timestamp: string;
            url: string;
        };
    }
    • Optional properties?: {
          author: string;
          id: string;
          message: string;
          timestamp: string;
          url: string;
      }
      • author: string

        The GitHub username of the commit author.

      • id: string

        The SHA of the commit.

      • message: string

        The commit message.

      • timestamp: string

        The timestamp of the commit.

      • url: string

        The GitHub URL of the commit.