Type alias RawAuditLogIntegration

RawAuditLogIntegration: Pick<RawIntegration, "id" | "name" | "type" | "account"> & {
    application_id?: string;
}