Hierarchy

  • ISaveAccountResponse

Properties

Properties

data: {
    activity_type: EEventsValues;
    description: string;
    direction: EServicesAccountDirectionType;
    id: number;
    integration: {
        account: {
            created_at: string;
            email: string;
            id: number;
            name: string;
            picture: string;
            provider: oauthProvider;
            updated_at: string;
            user_id: number;
        };
        account_id: number;
        active: boolean;
        created_at: string;
        id: number;
        status: EServicesAccountStatuses;
        type: oauthType;
        updated_at: string;
    };
    integration_id: number;
    last_sync_at: string;
    remote_calendar_id: string;
    selected: boolean;
    sync_types: EEventsValues[];
    timezone: string;
    title: string;
}

Type declaration

  • activity_type: EEventsValues
  • description: string
  • direction: EServicesAccountDirectionType
  • id: number
  • integration: {
        account: {
            created_at: string;
            email: string;
            id: number;
            name: string;
            picture: string;
            provider: oauthProvider;
            updated_at: string;
            user_id: number;
        };
        account_id: number;
        active: boolean;
        created_at: string;
        id: number;
        status: EServicesAccountStatuses;
        type: oauthType;
        updated_at: string;
    }
    • account: {
          created_at: string;
          email: string;
          id: number;
          name: string;
          picture: string;
          provider: oauthProvider;
          updated_at: string;
          user_id: number;
      }
      • created_at: string
      • email: string
      • id: number
      • name: string
      • picture: string
      • provider: oauthProvider
      • updated_at: string
      • user_id: number
    • account_id: number
    • active: boolean
    • created_at: string
    • id: number
    • status: EServicesAccountStatuses
    • type: oauthType
    • updated_at: string
  • integration_id: number
  • last_sync_at: string
  • remote_calendar_id: string
  • selected: boolean
  • sync_types: EEventsValues[]
  • timezone: string
  • title: string

Generated using TypeDoc